Shades of Forest Green #1C811F
Tints of Forest Green #1C811F
RGB
CMYK
RGB Variations
Color information
#1C811F (or 0x1C811F) is known color: Forest Green. HEX triplet: 1C, 81 and 1F. RGB value is (28,129,31). Sum of RGB (Red+Green+Blue) = 28+129+31=188 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.89% from 188); Green value is 129 (50.78% from 255 or 68.62% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 129 - color contains mainly: green. Hex color #1C811F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C811F is #E37EE0. Grayscale: #575757. Windows color (decimal): -14909153 or 2064668. OLE color: 2064668.
HSL color Cylindrical-coordinate representation of color #1C811F: hue angle of 121.78º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C811F is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 28 | 129 | 31 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.49 |
| HSL | 121.78º | 0.64% | 0.31% | - |
| HSV(B) | 121.78º | 0.78% | 0.51% | - |
| XYZ | 8.58 | 16.05 | 3.94 | - |
| YUV | 87.63 | 96.04 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 129 | 31 | 0.78 | 0 | 0.76 | 0.49 | 121.78 | 0.64 | 0.31 |
| Hex | 1C | 81 | 1F | 4E | 0 | 4C | 31 | 7A | 40 | 1F |
| Octal | 34 | 201 | 37 | 116 | 0 | 114 | 61 | 172 | 100 | 37 |
| Binary | 11100 | 10000001 | 11111 | 1001110 | 0 | 1001100 | 110001 | 1111010 | 1000000 | 11111 |
Color Harmonies of #1C811F
Complementary color
Monochromatic Colors of #1C811F
Black with #1C811F
Text Example
Text Example
White with #1C811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C811F; }
p { color: rgb(28,129,31); }
H1.HeaderClassName
{
color: #1C811F;
}
.AnyTagClassName
{
color: #1C811F;
}
</style>
background-color css
<style>
a { background-color: #1C811F; }
a { background-color: rgb(28,129,31); }
div.DivClassName
{
background-color: #1C811F;
}
.BgClassName
{
background-color: #1C811F;
}
</style>
border-color css
<style>
span { border-color: #1C811F; }
span { border-color: rgb(28,129,31); }
td.TdClassName
{
border-color: #1C811F;
}
.TagClassName
{
border-color: #1C811F;
}
</style>