Shades of Green #1F7906
Tints of Green #1F7906
RGB
CMYK
RGB Variations
Color information
#1F7906 (or 0x1F7906) is known color: Green. HEX triplet: 1F, 79 and 06. RGB value is (31,121,6). Sum of RGB (Red+Green+Blue) = 31+121+6=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 121 (47.66% from 255 or 76.58% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 121 - color contains mainly: green. Hex color #1F7906 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7906 is #E086F9. Grayscale: #515151. Windows color (decimal): -14714618 or 424223. OLE color: 424223.
HSL color Cylindrical-coordinate representation of color #1F7906: hue angle of 106.96º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F7906 is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 121 | 6 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.53 |
| HSL | 106.96º | 0.91% | 0.25% | - |
| HSV(B) | 106.96º | 0.95% | 0.47% | - |
| XYZ | 7.44 | 13.98 | 2.48 | - |
| YUV | 80.98 | 85.68 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 121 | 6 | 0.74 | 0 | 0.95 | 0.53 | 106.96 | 0.91 | 0.25 |
| Hex | 1F | 79 | 6 | 4A | 0 | 5F | 35 | 6B | 5B | 19 |
| Octal | 37 | 171 | 6 | 112 | 0 | 137 | 65 | 153 | 133 | 31 |
| Binary | 11111 | 1111001 | 110 | 1001010 | 0 | 1011111 | 110101 | 1101011 | 1011011 | 11001 |
Color Harmonies of #1F7906
Complementary color
Monochromatic Colors of #1F7906
Black with #1F7906
Text Example
Text Example
White with #1F7906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7906; }
p { color: rgb(31,121,6); }
H1.HeaderClassName
{
color: #1F7906;
}
.AnyTagClassName
{
color: #1F7906;
}
</style>
background-color css
<style>
a { background-color: #1F7906; }
a { background-color: rgb(31,121,6); }
div.DivClassName
{
background-color: #1F7906;
}
.BgClassName
{
background-color: #1F7906;
}
</style>
border-color css
<style>
span { border-color: #1F7906; }
span { border-color: rgb(31,121,6); }
td.TdClassName
{
border-color: #1F7906;
}
.TagClassName
{
border-color: #1F7906;
}
</style>