Shades of Forest Green #1CAB25
Tints of Forest Green #1CAB25
RGB
CMYK
RGB Variations
Color information
#1CAB25 (or 0x1CAB25) is known color: Forest Green. HEX triplet: 1C, AB and 25. RGB value is (28,171,37). Sum of RGB (Red+Green+Blue) = 28+171+37=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 171 (67.19% from 255 or 72.46% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 171 - color contains mainly: green. Hex color #1CAB25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAB25 is #E354DA. Grayscale: #717171. Windows color (decimal): -14898395 or 2468636. OLE color: 2468636.
HSL color Cylindrical-coordinate representation of color #1CAB25: hue angle of 123.78º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAB25 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 171 | 37 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.33 |
| HSL | 123.78º | 0.72% | 0.39% | - |
| HSV(B) | 123.78º | 0.84% | 0.67% | - |
| XYZ | 15.38 | 29.51 | 6.64 | - |
| YUV | 112.97 | 85.12 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 171 | 37 | 0.84 | 0 | 0.78 | 0.33 | 123.78 | 0.72 | 0.39 |
| Hex | 1C | AB | 25 | 54 | 0 | 4E | 21 | 7C | 48 | 27 |
| Octal | 34 | 253 | 45 | 124 | 0 | 116 | 41 | 174 | 110 | 47 |
| Binary | 11100 | 10101011 | 100101 | 1010100 | 0 | 1001110 | 100001 | 1111100 | 1001000 | 100111 |
Color Harmonies of #1CAB25
Complementary color
Monochromatic Colors of #1CAB25
Black with #1CAB25
Text Example
Text Example
White with #1CAB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAB25; }
p { color: rgb(28,171,37); }
H1.HeaderClassName
{
color: #1CAB25;
}
.AnyTagClassName
{
color: #1CAB25;
}
</style>
background-color css
<style>
a { background-color: #1CAB25; }
a { background-color: rgb(28,171,37); }
div.DivClassName
{
background-color: #1CAB25;
}
.BgClassName
{
background-color: #1CAB25;
}
</style>
border-color css
<style>
span { border-color: #1CAB25; }
span { border-color: rgb(28,171,37); }
td.TdClassName
{
border-color: #1CAB25;
}
.TagClassName
{
border-color: #1CAB25;
}
</style>