Shades of Green #1F7301
Tints of Green #1F7301
RGB
CMYK
RGB Variations
Color information
#1F7301 (or 0x1F7301) is known color: Green. HEX triplet: 1F, 73 and 01. RGB value is (31,115,1). Sum of RGB (Red+Green+Blue) = 31+115+1=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 115 (45.31% from 255 or 78.23% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 115 - color contains mainly: green. Hex color #1F7301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7301 is #E08CFE. Grayscale: #4D4D4D. Windows color (decimal): -14716159 or 95007. OLE color: 95007.
HSL color Cylindrical-coordinate representation of color #1F7301: hue angle of 104.21º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F7301 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 115 | 1 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.55 |
| HSL | 104.21º | 0.98% | 0.23% | - |
| HSV(B) | 104.21º | 0.99% | 0.45% | - |
| XYZ | 6.7 | 12.55 | 2.1 | - |
| YUV | 76.89 | 85.17 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 115 | 1 | 0.73 | 0 | 0.99 | 0.55 | 104.21 | 0.98 | 0.23 |
| Hex | 1F | 73 | 1 | 49 | 0 | 63 | 37 | 68 | 62 | 17 |
| Octal | 37 | 163 | 1 | 111 | 0 | 143 | 67 | 150 | 142 | 27 |
| Binary | 11111 | 1110011 | 1 | 1001001 | 0 | 1100011 | 110111 | 1101000 | 1100010 | 10111 |
Color Harmonies of #1F7301
Complementary color
Monochromatic Colors of #1F7301
Black with #1F7301
Text Example
Text Example
White with #1F7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7301; }
p { color: rgb(31,115,1); }
H1.HeaderClassName
{
color: #1F7301;
}
.AnyTagClassName
{
color: #1F7301;
}
</style>
background-color css
<style>
a { background-color: #1F7301; }
a { background-color: rgb(31,115,1); }
div.DivClassName
{
background-color: #1F7301;
}
.BgClassName
{
background-color: #1F7301;
}
</style>
border-color css
<style>
span { border-color: #1F7301; }
span { border-color: rgb(31,115,1); }
td.TdClassName
{
border-color: #1F7301;
}
.TagClassName
{
border-color: #1F7301;
}
</style>