Shades of Pine Tree #1F2E10
Tints of Pine Tree #1F2E10
RGB
CMYK
RGB Variations
Color information
#1F2E10 (or 0x1F2E10) is known color: Pine Tree. HEX triplet: 1F, 2E and 10. RGB value is (31,46,16). Sum of RGB (Red+Green+Blue) = 31+46+16=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 46 (18.36% from 255 or 49.46% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 46 - color contains mainly: green. Hex color #1F2E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2E10 is #E0D1EF. Grayscale: #262626. Windows color (decimal): -14733808 or 1060383. OLE color: 1060383.
HSL color Cylindrical-coordinate representation of color #1F2E10: hue angle of 90º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F2E10 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 46 | 16 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.82 |
| HSL | 90º | 0.48% | 0.12% | - |
| HSV(B) | 90º | 0.65% | 0.18% | - |
| XYZ | 1.64 | 2.28 | 0.84 | - |
| YUV | 38.1 | 115.53 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 46 | 16 | 0.33 | 0 | 0.65 | 0.82 | 90 | 0.48 | 0.12 |
| Hex | 1F | 2E | 10 | 21 | 0 | 41 | 52 | 5A | 30 | C |
| Octal | 37 | 56 | 20 | 41 | 0 | 101 | 122 | 132 | 60 | 14 |
| Binary | 11111 | 101110 | 10000 | 100001 | 0 | 1000001 | 1010010 | 1011010 | 110000 | 1100 |
Color Harmonies of #1F2E10
Complementary color
Monochromatic Colors of #1F2E10
Black with #1F2E10
Text Example
Text Example
White with #1F2E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2E10; }
p { color: rgb(31,46,16); }
H1.HeaderClassName
{
color: #1F2E10;
}
.AnyTagClassName
{
color: #1F2E10;
}
</style>
background-color css
<style>
a { background-color: #1F2E10; }
a { background-color: rgb(31,46,16); }
div.DivClassName
{
background-color: #1F2E10;
}
.BgClassName
{
background-color: #1F2E10;
}
</style>
border-color css
<style>
span { border-color: #1F2E10; }
span { border-color: rgb(31,46,16); }
td.TdClassName
{
border-color: #1F2E10;
}
.TagClassName
{
border-color: #1F2E10;
}
</style>