Shades of Green #1F7503
Tints of Green #1F7503
RGB
CMYK
RGB Variations
Color information
#1F7503 (or 0x1F7503) is known color: Green. HEX triplet: 1F, 75 and 03. RGB value is (31,117,3). Sum of RGB (Red+Green+Blue) = 31+117+3=151 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.53% from 151); Green value is 117 (46.09% from 255 or 77.48% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 117 - color contains mainly: green. Hex color #1F7503 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7503 is #E08AFC. Grayscale: #4E4E4E. Windows color (decimal): -14715645 or 226591. OLE color: 226591.
HSL color Cylindrical-coordinate representation of color #1F7503: hue angle of 105.26º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F7503 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 117 | 3 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.54 |
| HSL | 105.26º | 0.95% | 0.24% | - |
| HSV(B) | 105.26º | 0.97% | 0.46% | - |
| XYZ | 6.94 | 13.02 | 2.23 | - |
| YUV | 78.29 | 85.51 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 3 | 0.74 | 0 | 0.97 | 0.54 | 105.26 | 0.95 | 0.24 |
| Hex | 1F | 75 | 3 | 4A | 0 | 61 | 36 | 69 | 5F | 18 |
| Octal | 37 | 165 | 3 | 112 | 0 | 141 | 66 | 151 | 137 | 30 |
| Binary | 11111 | 1110101 | 11 | 1001010 | 0 | 1100001 | 110110 | 1101001 | 1011111 | 11000 |
Color Harmonies of #1F7503
Complementary color
Monochromatic Colors of #1F7503
Black with #1F7503
Text Example
Text Example
White with #1F7503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7503; }
p { color: rgb(31,117,3); }
H1.HeaderClassName
{
color: #1F7503;
}
.AnyTagClassName
{
color: #1F7503;
}
</style>
background-color css
<style>
a { background-color: #1F7503; }
a { background-color: rgb(31,117,3); }
div.DivClassName
{
background-color: #1F7503;
}
.BgClassName
{
background-color: #1F7503;
}
</style>
border-color css
<style>
span { border-color: #1F7503; }
span { border-color: rgb(31,117,3); }
td.TdClassName
{
border-color: #1F7503;
}
.TagClassName
{
border-color: #1F7503;
}
</style>