Shades of Green #1F7204
Tints of Green #1F7204
RGB
CMYK
RGB Variations
Color information
#1F7204 (or 0x1F7204) is known color: Green. HEX triplet: 1F, 72 and 04. RGB value is (31,114,4). Sum of RGB (Red+Green+Blue) = 31+114+4=149 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.81% from 149); Green value is 114 (44.92% from 255 or 76.51% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 114 - color contains mainly: green. Hex color #1F7204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7204 is #E08DFB. Grayscale: #4C4C4C. Windows color (decimal): -14716412 or 291359. OLE color: 291359.
HSL color Cylindrical-coordinate representation of color #1F7204: hue angle of 105.27º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F7204 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 114 | 4 | - |
| CMYK | 0.73 | 0 | 0.96 | 0.55 |
| HSL | 105.27º | 0.93% | 0.23% | - |
| HSV(B) | 105.27º | 0.96% | 0.45% | - |
| XYZ | 6.6 | 12.33 | 2.15 | - |
| YUV | 76.64 | 87 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 114 | 4 | 0.73 | 0 | 0.96 | 0.55 | 105.27 | 0.93 | 0.23 |
| Hex | 1F | 72 | 4 | 49 | 0 | 60 | 37 | 69 | 5D | 17 |
| Octal | 37 | 162 | 4 | 111 | 0 | 140 | 67 | 151 | 135 | 27 |
| Binary | 11111 | 1110010 | 100 | 1001001 | 0 | 1100000 | 110111 | 1101001 | 1011101 | 10111 |
Color Harmonies of #1F7204
Complementary color
Monochromatic Colors of #1F7204
Black with #1F7204
Text Example
Text Example
White with #1F7204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7204; }
p { color: rgb(31,114,4); }
H1.HeaderClassName
{
color: #1F7204;
}
.AnyTagClassName
{
color: #1F7204;
}
</style>
background-color css
<style>
a { background-color: #1F7204; }
a { background-color: rgb(31,114,4); }
div.DivClassName
{
background-color: #1F7204;
}
.BgClassName
{
background-color: #1F7204;
}
</style>
border-color css
<style>
span { border-color: #1F7204; }
span { border-color: rgb(31,114,4); }
td.TdClassName
{
border-color: #1F7204;
}
.TagClassName
{
border-color: #1F7204;
}
</style>