Shades of Green #1F7003
Tints of Green #1F7003
RGB
CMYK
RGB Variations
Color information
#1F7003 (or 0x1F7003) is known color: Green. HEX triplet: 1F, 70 and 03. RGB value is (31,112,3). Sum of RGB (Red+Green+Blue) = 31+112+3=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 112 (44.14% from 255 or 76.71% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7003 is #E08FFC. Grayscale: #4B4B4B. Windows color (decimal): -14716925 or 225311. OLE color: 225311.
HSL color Cylindrical-coordinate representation of color #1F7003: hue angle of 104.59º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F7003 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 3 | - |
| CMYK | 0.72 | 0 | 0.97 | 0.56 |
| HSL | 104.59º | 0.95% | 0.23% | - |
| HSV(B) | 104.59º | 0.97% | 0.44% | - |
| XYZ | 6.38 | 11.89 | 2.04 | - |
| YUV | 75.36 | 87.16 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 3 | 0.72 | 0 | 0.97 | 0.56 | 104.59 | 0.95 | 0.23 |
| Hex | 1F | 70 | 3 | 48 | 0 | 61 | 38 | 69 | 5F | 17 |
| Octal | 37 | 160 | 3 | 110 | 0 | 141 | 70 | 151 | 137 | 27 |
| Binary | 11111 | 1110000 | 11 | 1001000 | 0 | 1100001 | 111000 | 1101001 | 1011111 | 10111 |
Color Harmonies of #1F7003
Complementary color
Monochromatic Colors of #1F7003
Black with #1F7003
Text Example
Text Example
White with #1F7003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7003; }
p { color: rgb(31,112,3); }
H1.HeaderClassName
{
color: #1F7003;
}
.AnyTagClassName
{
color: #1F7003;
}
</style>
background-color css
<style>
a { background-color: #1F7003; }
a { background-color: rgb(31,112,3); }
div.DivClassName
{
background-color: #1F7003;
}
.BgClassName
{
background-color: #1F7003;
}
</style>
border-color css
<style>
span { border-color: #1F7003; }
span { border-color: rgb(31,112,3); }
td.TdClassName
{
border-color: #1F7003;
}
.TagClassName
{
border-color: #1F7003;
}
</style>