Shades of Forest Green #1C8429
Tints of Forest Green #1C8429
RGB
CMYK
RGB Variations
Color information
#1C8429 (or 0x1C8429) is known color: Forest Green. HEX triplet: 1C, 84 and 29. RGB value is (28,132,41). Sum of RGB (Red+Green+Blue) = 28+132+41=201 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.93% from 201); Green value is 132 (51.95% from 255 or 65.67% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 132 - color contains mainly: green. Hex color #1C8429 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8429 is #E37BD6. Grayscale: #5A5A5A. Windows color (decimal): -14908375 or 2720796. OLE color: 2720796.
HSL color Cylindrical-coordinate representation of color #1C8429: hue angle of 127.5º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8429 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 132 | 41 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.48 |
| HSL | 127.5º | 0.65% | 0.31% | - |
| HSV(B) | 127.5º | 0.79% | 0.52% | - |
| XYZ | 9.13 | 16.91 | 4.88 | - |
| YUV | 90.53 | 100.04 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 132 | 41 | 0.79 | 0 | 0.69 | 0.48 | 127.5 | 0.65 | 0.31 |
| Hex | 1C | 84 | 29 | 4F | 0 | 45 | 30 | 80 | 41 | 1F |
| Octal | 34 | 204 | 51 | 117 | 0 | 105 | 60 | 200 | 101 | 37 |
| Binary | 11100 | 10000100 | 101001 | 1001111 | 0 | 1000101 | 110000 | 10000000 | 1000001 | 11111 |
Color Harmonies of #1C8429
Complementary color
Monochromatic Colors of #1C8429
Black with #1C8429
Text Example
Text Example
White with #1C8429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8429; }
p { color: rgb(28,132,41); }
H1.HeaderClassName
{
color: #1C8429;
}
.AnyTagClassName
{
color: #1C8429;
}
</style>
background-color css
<style>
a { background-color: #1C8429; }
a { background-color: rgb(28,132,41); }
div.DivClassName
{
background-color: #1C8429;
}
.BgClassName
{
background-color: #1C8429;
}
</style>
border-color css
<style>
span { border-color: #1C8429; }
span { border-color: rgb(28,132,41); }
td.TdClassName
{
border-color: #1C8429;
}
.TagClassName
{
border-color: #1C8429;
}
</style>