Shades of Green #1F7403
Tints of Green #1F7403
RGB
CMYK
RGB Variations
Color information
#1F7403 (or 0x1F7403) is known color: Green. HEX triplet: 1F, 74 and 03. RGB value is (31,116,3). Sum of RGB (Red+Green+Blue) = 31+116+3=150 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.67% from 150); Green value is 116 (45.70% from 255 or 77.33% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 116 - color contains mainly: green. Hex color #1F7403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7403 is #E08BFC. Grayscale: #4E4E4E. Windows color (decimal): -14715901 or 226335. OLE color: 226335.
HSL color Cylindrical-coordinate representation of color #1F7403: hue angle of 105.13º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F7403 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 116 | 3 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.55 |
| HSL | 105.13º | 0.95% | 0.23% | - |
| HSV(B) | 105.13º | 0.97% | 0.45% | - |
| XYZ | 6.83 | 12.79 | 2.19 | - |
| YUV | 77.7 | 85.84 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 116 | 3 | 0.73 | 0 | 0.97 | 0.55 | 105.13 | 0.95 | 0.23 |
| Hex | 1F | 74 | 3 | 49 | 0 | 61 | 37 | 69 | 5F | 17 |
| Octal | 37 | 164 | 3 | 111 | 0 | 141 | 67 | 151 | 137 | 27 |
| Binary | 11111 | 1110100 | 11 | 1001001 | 0 | 1100001 | 110111 | 1101001 | 1011111 | 10111 |
Color Harmonies of #1F7403
Complementary color
Monochromatic Colors of #1F7403
Black with #1F7403
Text Example
Text Example
White with #1F7403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7403; }
p { color: rgb(31,116,3); }
H1.HeaderClassName
{
color: #1F7403;
}
.AnyTagClassName
{
color: #1F7403;
}
</style>
background-color css
<style>
a { background-color: #1F7403; }
a { background-color: rgb(31,116,3); }
div.DivClassName
{
background-color: #1F7403;
}
.BgClassName
{
background-color: #1F7403;
}
</style>
border-color css
<style>
span { border-color: #1F7403; }
span { border-color: rgb(31,116,3); }
td.TdClassName
{
border-color: #1F7403;
}
.TagClassName
{
border-color: #1F7403;
}
</style>