Shades of Pine Tree #1F2F10
Tints of Pine Tree #1F2F10
RGB
CMYK
RGB Variations
Color information
#1F2F10 (or 0x1F2F10) is known color: Pine Tree. HEX triplet: 1F, 2F and 10. RGB value is (31,47,16). Sum of RGB (Red+Green+Blue) = 31+47+16=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 47 (18.75% from 255 or 50% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 47 - color contains mainly: green. Hex color #1F2F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2F10 is #E0D0EF. Grayscale: #262626. Windows color (decimal): -14733552 or 1060639. OLE color: 1060639.
HSL color Cylindrical-coordinate representation of color #1F2F10: hue angle of 90.97º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F2F10 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 47 | 16 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.82 |
| HSL | 90.97º | 0.49% | 0.12% | - |
| HSV(B) | 90.97º | 0.66% | 0.18% | - |
| XYZ | 1.68 | 2.36 | 0.86 | - |
| YUV | 38.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 47 | 16 | 0.34 | 0 | 0.66 | 0.82 | 90.97 | 0.49 | 0.12 |
| Hex | 1F | 2F | 10 | 22 | 0 | 42 | 52 | 5B | 31 | C |
| Octal | 37 | 57 | 20 | 42 | 0 | 102 | 122 | 133 | 61 | 14 |
| Binary | 11111 | 101111 | 10000 | 100010 | 0 | 1000010 | 1010010 | 1011011 | 110001 | 1100 |
Color Harmonies of #1F2F10
Complementary color
Monochromatic Colors of #1F2F10
Black with #1F2F10
Text Example
Text Example
White with #1F2F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2F10; }
p { color: rgb(31,47,16); }
H1.HeaderClassName
{
color: #1F2F10;
}
.AnyTagClassName
{
color: #1F2F10;
}
</style>
background-color css
<style>
a { background-color: #1F2F10; }
a { background-color: rgb(31,47,16); }
div.DivClassName
{
background-color: #1F2F10;
}
.BgClassName
{
background-color: #1F2F10;
}
</style>
border-color css
<style>
span { border-color: #1F2F10; }
span { border-color: rgb(31,47,16); }
td.TdClassName
{
border-color: #1F2F10;
}
.TagClassName
{
border-color: #1F2F10;
}
</style>