Shades of Pine Tree #1F2F01
Tints of Pine Tree #1F2F01
RGB
CMYK
RGB Variations
Color information
#1F2F01 (or 0x1F2F01) is known color: Pine Tree. HEX triplet: 1F, 2F and 01. RGB value is (31,47,1). Sum of RGB (Red+Green+Blue) = 31+47+1=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 47 (18.75% from 255 or 59.49% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 47 - color contains mainly: green. Hex color #1F2F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2F01 is #E0D0FE. Grayscale: #252525. Windows color (decimal): -14733567 or 77599. OLE color: 77599.
HSL color Cylindrical-coordinate representation of color #1F2F01: hue angle of 80.87º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F2F01 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 47 | 1 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.82 |
| HSL | 80.87º | 0.96% | 0.09% | - |
| HSV(B) | 80.87º | 0.98% | 0.18% | - |
| XYZ | 1.59 | 2.33 | 0.39 | - |
| YUV | 36.97 | 107.7 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 47 | 1 | 0.34 | 0 | 0.98 | 0.82 | 80.87 | 0.96 | 0.09 |
| Hex | 1F | 2F | 1 | 22 | 0 | 62 | 52 | 51 | 60 | 9 |
| Octal | 37 | 57 | 1 | 42 | 0 | 142 | 122 | 121 | 140 | 11 |
| Binary | 11111 | 101111 | 1 | 100010 | 0 | 1100010 | 1010010 | 1010001 | 1100000 | 1001 |
Color Harmonies of #1F2F01
Complementary color
Monochromatic Colors of #1F2F01
Black with #1F2F01
Text Example
Text Example
White with #1F2F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2F01; }
p { color: rgb(31,47,1); }
H1.HeaderClassName
{
color: #1F2F01;
}
.AnyTagClassName
{
color: #1F2F01;
}
</style>
background-color css
<style>
a { background-color: #1F2F01; }
a { background-color: rgb(31,47,1); }
div.DivClassName
{
background-color: #1F2F01;
}
.BgClassName
{
background-color: #1F2F01;
}
</style>
border-color css
<style>
span { border-color: #1F2F01; }
span { border-color: rgb(31,47,1); }
td.TdClassName
{
border-color: #1F2F01;
}
.TagClassName
{
border-color: #1F2F01;
}
</style>