Shades of Green #1F6601
Tints of Green #1F6601
RGB
CMYK
RGB Variations
Color information
#1F6601 (or 0x1F6601) is known color: Green. HEX triplet: 1F, 66 and 01. RGB value is (31,102,1). Sum of RGB (Red+Green+Blue) = 31+102+1=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 102 (40.23% from 255 or 76.12% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 102 - color contains mainly: green. Hex color #1F6601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6601 is #E099FE. Grayscale: #454545. Windows color (decimal): -14719487 or 91679. OLE color: 91679.
HSL color Cylindrical-coordinate representation of color #1F6601: hue angle of 102.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F6601 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 31 | 102 | 1 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.6 |
| HSL | 102.18º | 0.98% | 0.2% | - |
| HSV(B) | 102.18º | 0.99% | 0.4% | - |
| XYZ | 5.32 | 9.8 | 1.64 | - |
| YUV | 69.26 | 89.48 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 1 | 0.70 | 0 | 0.99 | 0.6 | 102.18 | 0.98 | 0.2 |
| Hex | 1F | 66 | 1 | 46 | 0 | 63 | 3C | 66 | 62 | 14 |
| Octal | 37 | 146 | 1 | 106 | 0 | 143 | 74 | 146 | 142 | 24 |
| Binary | 11111 | 1100110 | 1 | 1000110 | 0 | 1100011 | 111100 | 1100110 | 1100010 | 10100 |
Color Harmonies of #1F6601
Complementary color
Monochromatic Colors of #1F6601
Black with #1F6601
Text Example
Text Example
White with #1F6601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6601; }
p { color: rgb(31,102,1); }
H1.HeaderClassName
{
color: #1F6601;
}
.AnyTagClassName
{
color: #1F6601;
}
</style>
background-color css
<style>
a { background-color: #1F6601; }
a { background-color: rgb(31,102,1); }
div.DivClassName
{
background-color: #1F6601;
}
.BgClassName
{
background-color: #1F6601;
}
</style>
border-color css
<style>
span { border-color: #1F6601; }
span { border-color: rgb(31,102,1); }
td.TdClassName
{
border-color: #1F6601;
}
.TagClassName
{
border-color: #1F6601;
}
</style>