Shades of Green #1F8003
Tints of Green #1F8003
RGB
CMYK
RGB Variations
Color information
#1F8003 (or 0x1F8003) is known color: Green. HEX triplet: 1F, 80 and 03. RGB value is (31,128,3). Sum of RGB (Red+Green+Blue) = 31+128+3=162 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.14% from 162); Green value is 128 (50.39% from 255 or 79.01% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 128 - color contains mainly: green. Hex color #1F8003 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8003 is #E07FFC. Grayscale: #555555. Windows color (decimal): -14712829 or 229407. OLE color: 229407.
HSL color Cylindrical-coordinate representation of color #1F8003: hue angle of 106.56º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F8003 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 128 | 3 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.50 |
| HSL | 106.56º | 0.95% | 0.26% | - |
| HSV(B) | 106.56º | 0.98% | 0.5% | - |
| XYZ | 8.3 | 15.74 | 2.69 | - |
| YUV | 84.75 | 81.86 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 3 | 0.76 | 0 | 0.98 | 0.50 | 106.56 | 0.95 | 0.26 |
| Hex | 1F | 80 | 3 | 4C | 0 | 62 | 32 | 6B | 5F | 1A |
| Octal | 37 | 200 | 3 | 114 | 0 | 142 | 62 | 153 | 137 | 32 |
| Binary | 11111 | 10000000 | 11 | 1001100 | 0 | 1100010 | 110010 | 1101011 | 1011111 | 11010 |
Color Harmonies of #1F8003
Complementary color
Monochromatic Colors of #1F8003
Black with #1F8003
Text Example
Text Example
White with #1F8003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8003; }
p { color: rgb(31,128,3); }
H1.HeaderClassName
{
color: #1F8003;
}
.AnyTagClassName
{
color: #1F8003;
}
</style>
background-color css
<style>
a { background-color: #1F8003; }
a { background-color: rgb(31,128,3); }
div.DivClassName
{
background-color: #1F8003;
}
.BgClassName
{
background-color: #1F8003;
}
</style>
border-color css
<style>
span { border-color: #1F8003; }
span { border-color: rgb(31,128,3); }
td.TdClassName
{
border-color: #1F8003;
}
.TagClassName
{
border-color: #1F8003;
}
</style>