Shades of Forest Green #1CAF1C
Tints of Forest Green #1CAF1C
RGB
CMYK
RGB Variations
Color information
#1CAF1C (or 0x1CAF1C) is known color: Forest Green. HEX triplet: 1C, AF and 1C. RGB value is (28,175,28). Sum of RGB (Red+Green+Blue) = 28+175+28=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 175 (68.75% from 255 or 75.76% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAF1C is #E350E3. Grayscale: #727272. Windows color (decimal): -14897380 or 1879836. OLE color: 1879836.
HSL color Cylindrical-coordinate representation of color #1CAF1C: hue angle of 120º 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 #1CAF1C is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 175 | 28 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.31 |
| HSL | 120º | 0.72% | 0.4% | - |
| HSV(B) | 120º | 0.84% | 0.69% | - |
| XYZ | 16.02 | 30.99 | 6.24 | - |
| YUV | 114.29 | 79.3 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 28 | 0.84 | 0 | 0.84 | 0.31 | 120 | 0.72 | 0.4 |
| Hex | 1C | AF | 1C | 54 | 0 | 54 | 1F | 78 | 48 | 28 |
| Octal | 34 | 257 | 34 | 124 | 0 | 124 | 37 | 170 | 110 | 50 |
| Binary | 11100 | 10101111 | 11100 | 1010100 | 0 | 1010100 | 11111 | 1111000 | 1001000 | 101000 |
Color Harmonies of #1CAF1C
Complementary color
Monochromatic Colors of #1CAF1C
Black with #1CAF1C
Text Example
Text Example
White with #1CAF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAF1C; }
p { color: rgb(28,175,28); }
H1.HeaderClassName
{
color: #1CAF1C;
}
.AnyTagClassName
{
color: #1CAF1C;
}
</style>
background-color css
<style>
a { background-color: #1CAF1C; }
a { background-color: rgb(28,175,28); }
div.DivClassName
{
background-color: #1CAF1C;
}
.BgClassName
{
background-color: #1CAF1C;
}
</style>
border-color css
<style>
span { border-color: #1CAF1C; }
span { border-color: rgb(28,175,28); }
td.TdClassName
{
border-color: #1CAF1C;
}
.TagClassName
{
border-color: #1CAF1C;
}
</style>