Shades of Pine Tree #1F2612
Tints of Pine Tree #1F2612
RGB
CMYK
RGB Variations
Color information
#1F2612 (or 0x1F2612) is known color: Pine Tree. HEX triplet: 1F, 26 and 12. RGB value is (31,38,18). Sum of RGB (Red+Green+Blue) = 31+38+18=87 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.63% from 87); Green value is 38 (15.23% from 255 or 43.68% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 38 - color contains mainly: green. Hex color #1F2612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2612 is #E0D9ED. Grayscale: #212121. Windows color (decimal): -14735854 or 1189407. OLE color: 1189407.
HSL color Cylindrical-coordinate representation of color #1F2612: hue angle of 81º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1F2612 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 38 | 18 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.85 |
| HSL | 81º | 0.36% | 0.11% | - |
| HSV(B) | 81º | 0.53% | 0.15% | - |
| XYZ | 1.37 | 1.72 | 0.83 | - |
| YUV | 33.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 38 | 18 | 0.18 | 0 | 0.53 | 0.85 | 81 | 0.36 | 0.11 |
| Hex | 1F | 26 | 12 | 12 | 0 | 35 | 55 | 51 | 24 | B |
| Octal | 37 | 46 | 22 | 22 | 0 | 65 | 125 | 121 | 44 | 13 |
| Binary | 11111 | 100110 | 10010 | 10010 | 0 | 110101 | 1010101 | 1010001 | 100100 | 1011 |
Color Harmonies of #1F2612
Complementary color
Monochromatic Colors of #1F2612
Black with #1F2612
Text Example
Text Example
White with #1F2612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2612; }
p { color: rgb(31,38,18); }
H1.HeaderClassName
{
color: #1F2612;
}
.AnyTagClassName
{
color: #1F2612;
}
</style>
background-color css
<style>
a { background-color: #1F2612; }
a { background-color: rgb(31,38,18); }
div.DivClassName
{
background-color: #1F2612;
}
.BgClassName
{
background-color: #1F2612;
}
</style>
border-color css
<style>
span { border-color: #1F2612; }
span { border-color: rgb(31,38,18); }
td.TdClassName
{
border-color: #1F2612;
}
.TagClassName
{
border-color: #1F2612;
}
</style>