Shades of Forest Green #1C9A1F
Tints of Forest Green #1C9A1F
RGB
CMYK
RGB Variations
Color information
#1C9A1F (or 0x1C9A1F) is known color: Forest Green. HEX triplet: 1C, 9A and 1F. RGB value is (28,154,31). Sum of RGB (Red+Green+Blue) = 28+154+31=213 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.15% from 213); Green value is 154 (60.55% from 255 or 72.30% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 154 - color contains mainly: green. Hex color #1C9A1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C9A1F is #E365E0. Grayscale: #666666. Windows color (decimal): -14902753 or 2071068. OLE color: 2071068.
HSL color Cylindrical-coordinate representation of color #1C9A1F: hue angle of 121.43º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9A1F is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 154 | 31 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.40 |
| HSL | 121.43º | 0.69% | 0.36% | - |
| HSV(B) | 121.43º | 0.82% | 0.6% | - |
| XYZ | 12.28 | 23.46 | 5.18 | - |
| YUV | 102.3 | 87.76 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 154 | 31 | 0.82 | 0 | 0.80 | 0.40 | 121.43 | 0.69 | 0.36 |
| Hex | 1C | 9A | 1F | 52 | 0 | 50 | 28 | 79 | 45 | 24 |
| Octal | 34 | 232 | 37 | 122 | 0 | 120 | 50 | 171 | 105 | 44 |
| Binary | 11100 | 10011010 | 11111 | 1010010 | 0 | 1010000 | 101000 | 1111001 | 1000101 | 100100 |
Color Harmonies of #1C9A1F
Complementary color
Monochromatic Colors of #1C9A1F
Black with #1C9A1F
Text Example
Text Example
White with #1C9A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9A1F; }
p { color: rgb(28,154,31); }
H1.HeaderClassName
{
color: #1C9A1F;
}
.AnyTagClassName
{
color: #1C9A1F;
}
</style>
background-color css
<style>
a { background-color: #1C9A1F; }
a { background-color: rgb(28,154,31); }
div.DivClassName
{
background-color: #1C9A1F;
}
.BgClassName
{
background-color: #1C9A1F;
}
</style>
border-color css
<style>
span { border-color: #1C9A1F; }
span { border-color: rgb(28,154,31); }
td.TdClassName
{
border-color: #1C9A1F;
}
.TagClassName
{
border-color: #1C9A1F;
}
</style>