Shades of Green #1F6902
Tints of Green #1F6902
RGB
CMYK
RGB Variations
Color information
#1F6902 (or 0x1F6902) is known color: Green. HEX triplet: 1F, 69 and 02. RGB value is (31,105,2). Sum of RGB (Red+Green+Blue) = 31+105+2=138 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.46% from 138); Green value is 105 (41.41% from 255 or 76.09% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 105 - color contains mainly: green. Hex color #1F6902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6902 is #E096FD. Grayscale: #474747. Windows color (decimal): -14718718 or 157983. OLE color: 157983.
HSL color Cylindrical-coordinate representation of color #1F6902: hue angle of 103.11º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F6902 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 105 | 2 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.59 |
| HSL | 103.11º | 0.96% | 0.21% | - |
| HSV(B) | 103.11º | 0.98% | 0.41% | - |
| XYZ | 5.63 | 10.4 | 1.77 | - |
| YUV | 71.13 | 88.98 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 105 | 2 | 0.70 | 0 | 0.98 | 0.59 | 103.11 | 0.96 | 0.21 |
| Hex | 1F | 69 | 2 | 46 | 0 | 62 | 3B | 67 | 60 | 15 |
| Octal | 37 | 151 | 2 | 106 | 0 | 142 | 73 | 147 | 140 | 25 |
| Binary | 11111 | 1101001 | 10 | 1000110 | 0 | 1100010 | 111011 | 1100111 | 1100000 | 10101 |
Color Harmonies of #1F6902
Complementary color
Monochromatic Colors of #1F6902
Black with #1F6902
Text Example
Text Example
White with #1F6902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6902; }
p { color: rgb(31,105,2); }
H1.HeaderClassName
{
color: #1F6902;
}
.AnyTagClassName
{
color: #1F6902;
}
</style>
background-color css
<style>
a { background-color: #1F6902; }
a { background-color: rgb(31,105,2); }
div.DivClassName
{
background-color: #1F6902;
}
.BgClassName
{
background-color: #1F6902;
}
</style>
border-color css
<style>
span { border-color: #1F6902; }
span { border-color: rgb(31,105,2); }
td.TdClassName
{
border-color: #1F6902;
}
.TagClassName
{
border-color: #1F6902;
}
</style>