RGB | 38 | 170 | 31 | |
HSL | 0.32 | 0.69 | 0.39 | |
HSV | 117° | 82° | 67° | |
CYMK | 0.7765 | 0 | 0.8176 | 85 |
XYZ | 15.4214 | 29.2604 | 6.1314 |
This color is called Forest Green. It has 38 red, 170 green, and 31 blue. This color is not particularly light nor dark.
.text-26aa1f { color: #26aa1f }
This is some text in the color #26aa1f
.bg-26aa1f { background-color: #26aa1f }
.border-26aa1f { border: 3px solid #26aa1f; }
This is some text in a box with a border of the color #26aa1f
.text-shadow-26aa1f { text-shadow: 4px 4px 2px #26aa1f; }
This is some text with text shadow color #26aa1f
.box-shadow-26aa1f { -moz-box-shadow: 1px 1px 3px 2px #26aa1f; -webkit-box-shadow: 1px 1px 3px 2px #26aa1f; box-shadow: 1px 1px 3px 2px #26aa1f; }
This is some text in a box with a box shadow of the color #26aa1f