Shades of Green #1F7001
Tints of Green #1F7001
RGB
CMYK
RGB Variations
Color information
#1F7001 (or 0x1F7001) is known color: Green. HEX triplet: 1F, 70 and 01. RGB value is (31,112,1). Sum of RGB (Red+Green+Blue) = 31+112+1=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 112 (44.14% from 255 or 77.78% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7001 is #E08FFE. Grayscale: #4B4B4B. Windows color (decimal): -14716927 or 94239. OLE color: 94239.
HSL color Cylindrical-coordinate representation of color #1F7001: hue angle of 103.78º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F7001 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 1 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.56 |
| HSL | 103.78º | 0.98% | 0.22% | - |
| HSV(B) | 103.78º | 0.99% | 0.44% | - |
| XYZ | 6.36 | 11.88 | 1.99 | - |
| YUV | 75.13 | 86.16 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 1 | 0.72 | 0 | 0.99 | 0.56 | 103.78 | 0.98 | 0.22 |
| Hex | 1F | 70 | 1 | 48 | 0 | 63 | 38 | 68 | 62 | 16 |
| Octal | 37 | 160 | 1 | 110 | 0 | 143 | 70 | 150 | 142 | 26 |
| Binary | 11111 | 1110000 | 1 | 1001000 | 0 | 1100011 | 111000 | 1101000 | 1100010 | 10110 |
Color Harmonies of #1F7001
Complementary color
Monochromatic Colors of #1F7001
Black with #1F7001
Text Example
Text Example
White with #1F7001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7001; }
p { color: rgb(31,112,1); }
H1.HeaderClassName
{
color: #1F7001;
}
.AnyTagClassName
{
color: #1F7001;
}
</style>
background-color css
<style>
a { background-color: #1F7001; }
a { background-color: rgb(31,112,1); }
div.DivClassName
{
background-color: #1F7001;
}
.BgClassName
{
background-color: #1F7001;
}
</style>
border-color css
<style>
span { border-color: #1F7001; }
span { border-color: rgb(31,112,1); }
td.TdClassName
{
border-color: #1F7001;
}
.TagClassName
{
border-color: #1F7001;
}
</style>