Shades of Forest Green #1CAA1B
Tints of Forest Green #1CAA1B
RGB
CMYK
RGB Variations
Color information
#1CAA1B (or 0x1CAA1B) is known color: Forest Green. HEX triplet: 1C, AA and 1B. RGB value is (28,170,27). Sum of RGB (Red+Green+Blue) = 28+170+27=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 170 (66.80% from 255 or 75.56% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAA1B is #E355E4. Grayscale: #6F6F6F. Windows color (decimal): -14898661 or 1813020. OLE color: 1813020.
HSL color Cylindrical-coordinate representation of color #1CAA1B: hue angle of 119.58º degrees, saturation: 0.73, 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 #1CAA1B is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 170 | 27 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.33 |
| HSL | 119.58º | 0.73% | 0.39% | - |
| HSV(B) | 119.58º | 0.84% | 0.67% | - |
| XYZ | 15.05 | 29.08 | 5.86 | - |
| YUV | 111.24 | 80.46 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 170 | 27 | 0.84 | 0 | 0.84 | 0.33 | 119.58 | 0.73 | 0.39 |
| Hex | 1C | AA | 1B | 54 | 0 | 54 | 21 | 78 | 49 | 27 |
| Octal | 34 | 252 | 33 | 124 | 0 | 124 | 41 | 170 | 111 | 47 |
| Binary | 11100 | 10101010 | 11011 | 1010100 | 0 | 1010100 | 100001 | 1111000 | 1001001 | 100111 |
Color Harmonies of #1CAA1B
Complementary color
Monochromatic Colors of #1CAA1B
Black with #1CAA1B
Text Example
Text Example
White with #1CAA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAA1B; }
p { color: rgb(28,170,27); }
H1.HeaderClassName
{
color: #1CAA1B;
}
.AnyTagClassName
{
color: #1CAA1B;
}
</style>
background-color css
<style>
a { background-color: #1CAA1B; }
a { background-color: rgb(28,170,27); }
div.DivClassName
{
background-color: #1CAA1B;
}
.BgClassName
{
background-color: #1CAA1B;
}
</style>
border-color css
<style>
span { border-color: #1CAA1B; }
span { border-color: rgb(28,170,27); }
td.TdClassName
{
border-color: #1CAA1B;
}
.TagClassName
{
border-color: #1CAA1B;
}
</style>