Shades of Forest Green #1C8A32
Tints of Forest Green #1C8A32
RGB
CMYK
RGB Variations
Color information
#1C8A32 (or 0x1C8A32) is known color: Forest Green. HEX triplet: 1C, 8A and 32. RGB value is (28,138,50). Sum of RGB (Red+Green+Blue) = 28+138+50=216 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.96% from 216); Green value is 138 (54.30% from 255 or 63.89% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 138 - color contains mainly: green. Hex color #1C8A32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8A32 is #E375CD. Grayscale: #5F5F5F. Windows color (decimal): -14906830 or 3312156. OLE color: 3312156.
HSL color Cylindrical-coordinate representation of color #1C8A32: hue angle of 132º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8A32 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 138 | 50 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.46 |
| HSL | 132º | 0.66% | 0.33% | - |
| HSV(B) | 132º | 0.8% | 0.54% | - |
| XYZ | 10.14 | 18.65 | 6.08 | - |
| YUV | 95.08 | 102.56 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 138 | 50 | 0.80 | 0 | 0.64 | 0.46 | 132 | 0.66 | 0.33 |
| Hex | 1C | 8A | 32 | 50 | 0 | 40 | 2E | 84 | 42 | 21 |
| Octal | 34 | 212 | 62 | 120 | 0 | 100 | 56 | 204 | 102 | 41 |
| Binary | 11100 | 10001010 | 110010 | 1010000 | 0 | 1000000 | 101110 | 10000100 | 1000010 | 100001 |
Color Harmonies of #1C8A32
Complementary color
Monochromatic Colors of #1C8A32
Black with #1C8A32
Text Example
Text Example
White with #1C8A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8A32; }
p { color: rgb(28,138,50); }
H1.HeaderClassName
{
color: #1C8A32;
}
.AnyTagClassName
{
color: #1C8A32;
}
</style>
background-color css
<style>
a { background-color: #1C8A32; }
a { background-color: rgb(28,138,50); }
div.DivClassName
{
background-color: #1C8A32;
}
.BgClassName
{
background-color: #1C8A32;
}
</style>
border-color css
<style>
span { border-color: #1C8A32; }
span { border-color: rgb(28,138,50); }
td.TdClassName
{
border-color: #1C8A32;
}
.TagClassName
{
border-color: #1C8A32;
}
</style>