Shades of Green #1F6502
Tints of Green #1F6502
RGB
CMYK
RGB Variations
Color information
#1F6502 (or 0x1F6502) is known color: Green. HEX triplet: 1F, 65 and 02. RGB value is (31,101,2). Sum of RGB (Red+Green+Blue) = 31+101+2=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 101 (39.84% from 255 or 75.37% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 101 - color contains mainly: green. Hex color #1F6502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6502 is #E09AFD. Grayscale: #454545. Windows color (decimal): -14719742 or 156959. OLE color: 156959.
HSL color Cylindrical-coordinate representation of color #1F6502: hue angle of 102.42º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F6502 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 101 | 2 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.60 |
| HSL | 102.42º | 0.96% | 0.2% | - |
| HSV(B) | 102.42º | 0.98% | 0.4% | - |
| XYZ | 5.23 | 9.6 | 1.64 | - |
| YUV | 68.78 | 90.31 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 2 | 0.69 | 0 | 0.98 | 0.60 | 102.42 | 0.96 | 0.2 |
| Hex | 1F | 65 | 2 | 45 | 0 | 62 | 3C | 66 | 60 | 14 |
| Octal | 37 | 145 | 2 | 105 | 0 | 142 | 74 | 146 | 140 | 24 |
| Binary | 11111 | 1100101 | 10 | 1000101 | 0 | 1100010 | 111100 | 1100110 | 1100000 | 10100 |
Color Harmonies of #1F6502
Complementary color
Monochromatic Colors of #1F6502
Black with #1F6502
Text Example
Text Example
White with #1F6502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6502; }
p { color: rgb(31,101,2); }
H1.HeaderClassName
{
color: #1F6502;
}
.AnyTagClassName
{
color: #1F6502;
}
</style>
background-color css
<style>
a { background-color: #1F6502; }
a { background-color: rgb(31,101,2); }
div.DivClassName
{
background-color: #1F6502;
}
.BgClassName
{
background-color: #1F6502;
}
</style>
border-color css
<style>
span { border-color: #1F6502; }
span { border-color: rgb(31,101,2); }
td.TdClassName
{
border-color: #1F6502;
}
.TagClassName
{
border-color: #1F6502;
}
</style>