Shades of Pine Tree #1F2901
Tints of Pine Tree #1F2901
RGB
CMYK
RGB Variations
Color information
#1F2901 (or 0x1F2901) is known color: Pine Tree. HEX triplet: 1F, 29 and 01. RGB value is (31,41,1). Sum of RGB (Red+Green+Blue) = 31+41+1=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 41 (16.41% from 255 or 56.16% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 41 - color contains mainly: green. Hex color #1F2901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2901 is #E0D6FE. Grayscale: #212121. Windows color (decimal): -14735103 or 76063. OLE color: 76063.
HSL color Cylindrical-coordinate representation of color #1F2901: hue angle of 75º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F2901 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 41 | 1 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.84 |
| HSL | 75º | 0.95% | 0.08% | - |
| HSV(B) | 75º | 0.98% | 0.16% | - |
| XYZ | 1.36 | 1.88 | 0.32 | - |
| YUV | 33.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 1 | 0.24 | 0 | 0.98 | 0.84 | 75 | 0.95 | 0.08 |
| Hex | 1F | 29 | 1 | 18 | 0 | 62 | 54 | 4B | 5F | 8 |
| Octal | 37 | 51 | 1 | 30 | 0 | 142 | 124 | 113 | 137 | 10 |
| Binary | 11111 | 101001 | 1 | 11000 | 0 | 1100010 | 1010100 | 1001011 | 1011111 | 1000 |
Color Harmonies of #1F2901
Complementary color
Monochromatic Colors of #1F2901
Black with #1F2901
Text Example
Text Example
White with #1F2901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2901; }
p { color: rgb(31,41,1); }
H1.HeaderClassName
{
color: #1F2901;
}
.AnyTagClassName
{
color: #1F2901;
}
</style>
background-color css
<style>
a { background-color: #1F2901; }
a { background-color: rgb(31,41,1); }
div.DivClassName
{
background-color: #1F2901;
}
.BgClassName
{
background-color: #1F2901;
}
</style>
border-color css
<style>
span { border-color: #1F2901; }
span { border-color: rgb(31,41,1); }
td.TdClassName
{
border-color: #1F2901;
}
.TagClassName
{
border-color: #1F2901;
}
</style>