Shades of Forest Green #1C9529
Tints of Forest Green #1C9529
RGB
CMYK
RGB Variations
Color information
#1C9529 (or 0x1C9529) is known color: Forest Green. HEX triplet: 1C, 95 and 29. RGB value is (28,149,41). Sum of RGB (Red+Green+Blue) = 28+149+41=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 149 (58.59% from 255 or 68.35% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 149 - color contains mainly: green. Hex color #1C9529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C9529 is #E36AD6. Grayscale: #646464. Windows color (decimal): -14904023 or 2725148. OLE color: 2725148.
HSL color Cylindrical-coordinate representation of color #1C9529: hue angle of 126.45º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C9529 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 149 | 41 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.42 |
| HSL | 126.45º | 0.68% | 0.35% | - |
| HSV(B) | 126.45º | 0.81% | 0.58% | - |
| XYZ | 11.63 | 21.9 | 5.71 | - |
| YUV | 100.51 | 94.41 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 149 | 41 | 0.81 | 0 | 0.72 | 0.42 | 126.45 | 0.68 | 0.35 |
| Hex | 1C | 95 | 29 | 51 | 0 | 48 | 2A | 7E | 44 | 23 |
| Octal | 34 | 225 | 51 | 121 | 0 | 110 | 52 | 176 | 104 | 43 |
| Binary | 11100 | 10010101 | 101001 | 1010001 | 0 | 1001000 | 101010 | 1111110 | 1000100 | 100011 |
Color Harmonies of #1C9529
Complementary color
Monochromatic Colors of #1C9529
Black with #1C9529
Text Example
Text Example
White with #1C9529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9529; }
p { color: rgb(28,149,41); }
H1.HeaderClassName
{
color: #1C9529;
}
.AnyTagClassName
{
color: #1C9529;
}
</style>
background-color css
<style>
a { background-color: #1C9529; }
a { background-color: rgb(28,149,41); }
div.DivClassName
{
background-color: #1C9529;
}
.BgClassName
{
background-color: #1C9529;
}
</style>
border-color css
<style>
span { border-color: #1C9529; }
span { border-color: rgb(28,149,41); }
td.TdClassName
{
border-color: #1C9529;
}
.TagClassName
{
border-color: #1C9529;
}
</style>