Shades of Forest Green #1CAA1D
Tints of Forest Green #1CAA1D
RGB
CMYK
RGB Variations
Color information
#1CAA1D (or 0x1CAA1D) is known color: Forest Green. HEX triplet: 1C, AA and 1D. RGB value is (28,170,29). Sum of RGB (Red+Green+Blue) = 28+170+29=227 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.33% from 227); Green value is 170 (66.80% from 255 or 74.89% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAA1D is #E355E2. Grayscale: #6F6F6F. Windows color (decimal): -14898659 or 1944092. OLE color: 1944092.
HSL color Cylindrical-coordinate representation of color #1CAA1D: hue angle of 120.42º 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 #1CAA1D is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 170 | 29 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.33 |
| HSL | 120.42º | 0.72% | 0.39% | - |
| HSV(B) | 120.42º | 0.84% | 0.67% | - |
| XYZ | 15.08 | 29.09 | 5.98 | - |
| YUV | 111.47 | 81.46 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 170 | 29 | 0.84 | 0 | 0.83 | 0.33 | 120.42 | 0.72 | 0.39 |
| Hex | 1C | AA | 1D | 54 | 0 | 53 | 21 | 78 | 48 | 27 |
| Octal | 34 | 252 | 35 | 124 | 0 | 123 | 41 | 170 | 110 | 47 |
| Binary | 11100 | 10101010 | 11101 | 1010100 | 0 | 1010011 | 100001 | 1111000 | 1001000 | 100111 |
Color Harmonies of #1CAA1D
Complementary color
Monochromatic Colors of #1CAA1D
Black with #1CAA1D
Text Example
Text Example
White with #1CAA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAA1D; }
p { color: rgb(28,170,29); }
H1.HeaderClassName
{
color: #1CAA1D;
}
.AnyTagClassName
{
color: #1CAA1D;
}
</style>
background-color css
<style>
a { background-color: #1CAA1D; }
a { background-color: rgb(28,170,29); }
div.DivClassName
{
background-color: #1CAA1D;
}
.BgClassName
{
background-color: #1CAA1D;
}
</style>
border-color css
<style>
span { border-color: #1CAA1D; }
span { border-color: rgb(28,170,29); }
td.TdClassName
{
border-color: #1CAA1D;
}
.TagClassName
{
border-color: #1CAA1D;
}
</style>