Shades of Pine Tree #1F2F0F
Tints of Pine Tree #1F2F0F
RGB
CMYK
RGB Variations
Color information
#1F2F0F (or 0x1F2F0F) is known color: Pine Tree. HEX triplet: 1F, 2F and 0F. RGB value is (31,47,15). Sum of RGB (Red+Green+Blue) = 31+47+15=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 47 (18.75% from 255 or 50.54% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 47 - color contains mainly: green. Hex color #1F2F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2F0F is #E0D0F0. Grayscale: #262626. Windows color (decimal): -14733553 or 995103. OLE color: 995103.
HSL color Cylindrical-coordinate representation of color #1F2F0F: hue angle of 90º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F2F0F is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 47 | 15 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.82 |
| HSL | 90º | 0.52% | 0.12% | - |
| HSV(B) | 90º | 0.68% | 0.18% | - |
| XYZ | 1.67 | 2.36 | 0.82 | - |
| YUV | 38.57 | 114.7 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 47 | 15 | 0.34 | 0 | 0.68 | 0.82 | 90 | 0.52 | 0.12 |
| Hex | 1F | 2F | F | 22 | 0 | 44 | 52 | 5A | 34 | C |
| Octal | 37 | 57 | 17 | 42 | 0 | 104 | 122 | 132 | 64 | 14 |
| Binary | 11111 | 101111 | 1111 | 100010 | 0 | 1000100 | 1010010 | 1011010 | 110100 | 1100 |
Color Harmonies of #1F2F0F
Complementary color
Monochromatic Colors of #1F2F0F
Black with #1F2F0F
Text Example
Text Example
White with #1F2F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2F0F; }
p { color: rgb(31,47,15); }
H1.HeaderClassName
{
color: #1F2F0F;
}
.AnyTagClassName
{
color: #1F2F0F;
}
</style>
background-color css
<style>
a { background-color: #1F2F0F; }
a { background-color: rgb(31,47,15); }
div.DivClassName
{
background-color: #1F2F0F;
}
.BgClassName
{
background-color: #1F2F0F;
}
</style>
border-color css
<style>
span { border-color: #1F2F0F; }
span { border-color: rgb(31,47,15); }
td.TdClassName
{
border-color: #1F2F0F;
}
.TagClassName
{
border-color: #1F2F0F;
}
</style>