Shades of Forest Green #1CAF29
Tints of Forest Green #1CAF29
RGB
CMYK
RGB Variations
Color information
#1CAF29 (or 0x1CAF29) is known color: Forest Green. HEX triplet: 1C, AF and 29. RGB value is (28,175,41). Sum of RGB (Red+Green+Blue) = 28+175+41=244 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.48% from 244); Green value is 175 (68.75% from 255 or 71.72% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAF29 is #E350D6. Grayscale: #747474. Windows color (decimal): -14897367 or 2731804. OLE color: 2731804.
HSL color Cylindrical-coordinate representation of color #1CAF29: hue angle of 125.31º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAF29 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 175 | 41 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.31 |
| HSL | 125.31º | 0.72% | 0.4% | - |
| HSV(B) | 125.31º | 0.84% | 0.69% | - |
| XYZ | 16.21 | 31.07 | 7.24 | - |
| YUV | 115.77 | 85.8 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 41 | 0.84 | 0 | 0.77 | 0.31 | 125.31 | 0.72 | 0.4 |
| Hex | 1C | AF | 29 | 54 | 0 | 4D | 1F | 7D | 48 | 28 |
| Octal | 34 | 257 | 51 | 124 | 0 | 115 | 37 | 175 | 110 | 50 |
| Binary | 11100 | 10101111 | 101001 | 1010100 | 0 | 1001101 | 11111 | 1111101 | 1001000 | 101000 |
Color Harmonies of #1CAF29
Complementary color
Monochromatic Colors of #1CAF29
Black with #1CAF29
Text Example
Text Example
White with #1CAF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAF29; }
p { color: rgb(28,175,41); }
H1.HeaderClassName
{
color: #1CAF29;
}
.AnyTagClassName
{
color: #1CAF29;
}
</style>
background-color css
<style>
a { background-color: #1CAF29; }
a { background-color: rgb(28,175,41); }
div.DivClassName
{
background-color: #1CAF29;
}
.BgClassName
{
background-color: #1CAF29;
}
</style>
border-color css
<style>
span { border-color: #1CAF29; }
span { border-color: rgb(28,175,41); }
td.TdClassName
{
border-color: #1CAF29;
}
.TagClassName
{
border-color: #1CAF29;
}
</style>