Shades of Forest Green #1C7E0F
Tints of Forest Green #1C7E0F
RGB
CMYK
RGB Variations
Color information
#1C7E0F (or 0x1C7E0F) is known color: Forest Green. HEX triplet: 1C, 7E and 0F. RGB value is (28,126,15). Sum of RGB (Red+Green+Blue) = 28+126+15=169 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.57% from 169); Green value is 126 (49.61% from 255 or 74.56% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 126 - color contains mainly: green. Hex color #1C7E0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7E0F is #E381F0. Grayscale: #545454. Windows color (decimal): -14909937 or 1015324. OLE color: 1015324.
HSL color Cylindrical-coordinate representation of color #1C7E0F: hue angle of 112.97º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C7E0F is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 28 | 126 | 15 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.51 |
| HSL | 112.97º | 0.79% | 0.28% | - |
| HSV(B) | 112.97º | 0.88% | 0.49% | - |
| XYZ | 8.03 | 15.2 | 2.96 | - |
| YUV | 84.04 | 89.03 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 126 | 15 | 0.78 | 0 | 0.88 | 0.51 | 112.97 | 0.79 | 0.28 |
| Hex | 1C | 7E | F | 4E | 0 | 58 | 33 | 71 | 4F | 1C |
| Octal | 34 | 176 | 17 | 116 | 0 | 130 | 63 | 161 | 117 | 34 |
| Binary | 11100 | 1111110 | 1111 | 1001110 | 0 | 1011000 | 110011 | 1110001 | 1001111 | 11100 |
Color Harmonies of #1C7E0F
Complementary color
Monochromatic Colors of #1C7E0F
Black with #1C7E0F
Text Example
Text Example
White with #1C7E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7E0F; }
p { color: rgb(28,126,15); }
H1.HeaderClassName
{
color: #1C7E0F;
}
.AnyTagClassName
{
color: #1C7E0F;
}
</style>
background-color css
<style>
a { background-color: #1C7E0F; }
a { background-color: rgb(28,126,15); }
div.DivClassName
{
background-color: #1C7E0F;
}
.BgClassName
{
background-color: #1C7E0F;
}
</style>
border-color css
<style>
span { border-color: #1C7E0F; }
span { border-color: rgb(28,126,15); }
td.TdClassName
{
border-color: #1C7E0F;
}
.TagClassName
{
border-color: #1C7E0F;
}
</style>