Shades of Forest Green #1CAB17
Tints of Forest Green #1CAB17
RGB
CMYK
RGB Variations
Color information
#1CAB17 (or 0x1CAB17) is known color: Forest Green. HEX triplet: 1C, AB and 17. RGB value is (28,171,23). Sum of RGB (Red+Green+Blue) = 28+171+23=222 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.61% from 222); Green value is 171 (67.19% from 255 or 77.03% from 222); Blue value is 23 (9.38% from 255 or 10.36% from 222); Max value from RGB is 171 - color contains mainly: green. Hex color #1CAB17 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CAB17 is #E354E8. Grayscale: #6F6F6F. Windows color (decimal): -14898409 or 1551132. OLE color: 1551132.
HSL color Cylindrical-coordinate representation of color #1CAB17: hue angle of 117.97º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CAB17 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 171 | 23 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.33 |
| HSL | 117.97º | 0.76% | 0.38% | - |
| HSV(B) | 117.97º | 0.87% | 0.67% | - |
| XYZ | 15.2 | 29.43 | 5.69 | - |
| YUV | 111.37 | 78.12 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 171 | 23 | 0.84 | 0 | 0.87 | 0.33 | 117.97 | 0.76 | 0.38 |
| Hex | 1C | AB | 17 | 54 | 0 | 57 | 21 | 76 | 4C | 26 |
| Octal | 34 | 253 | 27 | 124 | 0 | 127 | 41 | 166 | 114 | 46 |
| Binary | 11100 | 10101011 | 10111 | 1010100 | 0 | 1010111 | 100001 | 1110110 | 1001100 | 100110 |
Color Harmonies of #1CAB17
Complementary color
Monochromatic Colors of #1CAB17
Black with #1CAB17
Text Example
Text Example
White with #1CAB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAB17; }
p { color: rgb(28,171,23); }
H1.HeaderClassName
{
color: #1CAB17;
}
.AnyTagClassName
{
color: #1CAB17;
}
</style>
background-color css
<style>
a { background-color: #1CAB17; }
a { background-color: rgb(28,171,23); }
div.DivClassName
{
background-color: #1CAB17;
}
.BgClassName
{
background-color: #1CAB17;
}
</style>
border-color css
<style>
span { border-color: #1CAB17; }
span { border-color: rgb(28,171,23); }
td.TdClassName
{
border-color: #1CAB17;
}
.TagClassName
{
border-color: #1CAB17;
}
</style>