Shades of Green #1F7401
Tints of Green #1F7401
RGB
CMYK
RGB Variations
Color information
#1F7401 (or 0x1F7401) is known color: Green. HEX triplet: 1F, 74 and 01. RGB value is (31,116,1). Sum of RGB (Red+Green+Blue) = 31+116+1=148 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.95% from 148); Green value is 116 (45.70% from 255 or 78.38% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 116 - color contains mainly: green. Hex color #1F7401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7401 is #E08BFE. Grayscale: #4D4D4D. Windows color (decimal): -14715903 or 95263. OLE color: 95263.
HSL color Cylindrical-coordinate representation of color #1F7401: hue angle of 104.35º 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 #1F7401 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 116 | 1 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.55 |
| HSL | 104.35º | 0.98% | 0.23% | - |
| HSV(B) | 104.35º | 0.99% | 0.45% | - |
| XYZ | 6.82 | 12.78 | 2.14 | - |
| YUV | 77.48 | 84.84 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 116 | 1 | 0.73 | 0 | 0.99 | 0.55 | 104.35 | 0.98 | 0.23 |
| Hex | 1F | 74 | 1 | 49 | 0 | 63 | 37 | 68 | 62 | 17 |
| Octal | 37 | 164 | 1 | 111 | 0 | 143 | 67 | 150 | 142 | 27 |
| Binary | 11111 | 1110100 | 1 | 1001001 | 0 | 1100011 | 110111 | 1101000 | 1100010 | 10111 |
Color Harmonies of #1F7401
Complementary color
Monochromatic Colors of #1F7401
Black with #1F7401
Text Example
Text Example
White with #1F7401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7401; }
p { color: rgb(31,116,1); }
H1.HeaderClassName
{
color: #1F7401;
}
.AnyTagClassName
{
color: #1F7401;
}
</style>
background-color css
<style>
a { background-color: #1F7401; }
a { background-color: rgb(31,116,1); }
div.DivClassName
{
background-color: #1F7401;
}
.BgClassName
{
background-color: #1F7401;
}
</style>
border-color css
<style>
span { border-color: #1F7401; }
span { border-color: rgb(31,116,1); }
td.TdClassName
{
border-color: #1F7401;
}
.TagClassName
{
border-color: #1F7401;
}
</style>