Shades of Green #1F7005
Tints of Green #1F7005
RGB
CMYK
RGB Variations
Color information
#1F7005 (or 0x1F7005) is known color: Green. HEX triplet: 1F, 70 and 05. RGB value is (31,112,5). Sum of RGB (Red+Green+Blue) = 31+112+5=148 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.95% from 148); Green value is 112 (44.14% from 255 or 75.68% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7005 is #E08FFA. Grayscale: #4B4B4B. Windows color (decimal): -14716923 or 356383. OLE color: 356383.
HSL color Cylindrical-coordinate representation of color #1F7005: hue angle of 105.42º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F7005 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 5 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.56 |
| HSL | 105.42º | 0.91% | 0.23% | - |
| HSV(B) | 105.42º | 0.96% | 0.44% | - |
| XYZ | 6.39 | 11.89 | 2.1 | - |
| YUV | 75.58 | 88.16 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 5 | 0.72 | 0 | 0.96 | 0.56 | 105.42 | 0.91 | 0.23 |
| Hex | 1F | 70 | 5 | 48 | 0 | 60 | 38 | 69 | 5B | 17 |
| Octal | 37 | 160 | 5 | 110 | 0 | 140 | 70 | 151 | 133 | 27 |
| Binary | 11111 | 1110000 | 101 | 1001000 | 0 | 1100000 | 111000 | 1101001 | 1011011 | 10111 |
Color Harmonies of #1F7005
Complementary color
Monochromatic Colors of #1F7005
Black with #1F7005
Text Example
Text Example
White with #1F7005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7005; }
p { color: rgb(31,112,5); }
H1.HeaderClassName
{
color: #1F7005;
}
.AnyTagClassName
{
color: #1F7005;
}
</style>
background-color css
<style>
a { background-color: #1F7005; }
a { background-color: rgb(31,112,5); }
div.DivClassName
{
background-color: #1F7005;
}
.BgClassName
{
background-color: #1F7005;
}
</style>
border-color css
<style>
span { border-color: #1F7005; }
span { border-color: rgb(31,112,5); }
td.TdClassName
{
border-color: #1F7005;
}
.TagClassName
{
border-color: #1F7005;
}
</style>