Shades of Forest Green #1C9B32
Tints of Forest Green #1C9B32
RGB
CMYK
RGB Variations
Color information
#1C9B32 (or 0x1C9B32) is known color: Forest Green. HEX triplet: 1C, 9B and 32. RGB value is (28,155,50). Sum of RGB (Red+Green+Blue) = 28+155+50=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 155 (60.94% from 255 or 66.52% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 155 - color contains mainly: green. Hex color #1C9B32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C9B32 is #E364CD. Grayscale: #696969. Windows color (decimal): -14902478 or 3316508. OLE color: 3316508.
HSL color Cylindrical-coordinate representation of color #1C9B32: hue angle of 130.39º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9B32 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 155 | 50 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.39 |
| HSL | 130.39º | 0.69% | 0.36% | - |
| HSV(B) | 130.39º | 0.82% | 0.61% | - |
| XYZ | 12.78 | 23.92 | 6.96 | - |
| YUV | 105.06 | 96.92 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 155 | 50 | 0.82 | 0 | 0.68 | 0.39 | 130.39 | 0.69 | 0.36 |
| Hex | 1C | 9B | 32 | 52 | 0 | 44 | 27 | 82 | 45 | 24 |
| Octal | 34 | 233 | 62 | 122 | 0 | 104 | 47 | 202 | 105 | 44 |
| Binary | 11100 | 10011011 | 110010 | 1010010 | 0 | 1000100 | 100111 | 10000010 | 1000101 | 100100 |
Color Harmonies of #1C9B32
Complementary color
Monochromatic Colors of #1C9B32
Black with #1C9B32
Text Example
Text Example
White with #1C9B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9B32; }
p { color: rgb(28,155,50); }
H1.HeaderClassName
{
color: #1C9B32;
}
.AnyTagClassName
{
color: #1C9B32;
}
</style>
background-color css
<style>
a { background-color: #1C9B32; }
a { background-color: rgb(28,155,50); }
div.DivClassName
{
background-color: #1C9B32;
}
.BgClassName
{
background-color: #1C9B32;
}
</style>
border-color css
<style>
span { border-color: #1C9B32; }
span { border-color: rgb(28,155,50); }
td.TdClassName
{
border-color: #1C9B32;
}
.TagClassName
{
border-color: #1C9B32;
}
</style>