Shades of Green #1F7502
Tints of Green #1F7502
RGB
CMYK
RGB Variations
Color information
#1F7502 (or 0x1F7502) is known color: Green. HEX triplet: 1F, 75 and 02. RGB value is (31,117,2). Sum of RGB (Red+Green+Blue) = 31+117+2=150 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.67% from 150); Green value is 117 (46.09% from 255 or 78% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 117 - color contains mainly: green. Hex color #1F7502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7502 is #E08AFD. Grayscale: #4E4E4E. Windows color (decimal): -14715646 or 161055. OLE color: 161055.
HSL color Cylindrical-coordinate representation of color #1F7502: hue angle of 104.87º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F7502 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 117 | 2 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.54 |
| HSL | 104.87º | 0.97% | 0.23% | - |
| HSV(B) | 104.87º | 0.98% | 0.46% | - |
| XYZ | 6.94 | 13.02 | 2.2 | - |
| YUV | 78.18 | 85.01 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 2 | 0.74 | 0 | 0.98 | 0.54 | 104.87 | 0.97 | 0.23 |
| Hex | 1F | 75 | 2 | 4A | 0 | 62 | 36 | 69 | 61 | 17 |
| Octal | 37 | 165 | 2 | 112 | 0 | 142 | 66 | 151 | 141 | 27 |
| Binary | 11111 | 1110101 | 10 | 1001010 | 0 | 1100010 | 110110 | 1101001 | 1100001 | 10111 |
Color Harmonies of #1F7502
Complementary color
Monochromatic Colors of #1F7502
Black with #1F7502
Text Example
Text Example
White with #1F7502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7502; }
p { color: rgb(31,117,2); }
H1.HeaderClassName
{
color: #1F7502;
}
.AnyTagClassName
{
color: #1F7502;
}
</style>
background-color css
<style>
a { background-color: #1F7502; }
a { background-color: rgb(31,117,2); }
div.DivClassName
{
background-color: #1F7502;
}
.BgClassName
{
background-color: #1F7502;
}
</style>
border-color css
<style>
span { border-color: #1F7502; }
span { border-color: rgb(31,117,2); }
td.TdClassName
{
border-color: #1F7502;
}
.TagClassName
{
border-color: #1F7502;
}
</style>