Shades of Pine Tree #21340E
Tints of Pine Tree #21340E
RGB
CMYK
RGB Variations
Color information
#21340E (or 0x21340E) is known color: Pine Tree. HEX triplet: 21, 34 and 0E. RGB value is (33,52,14). Sum of RGB (Red+Green+Blue) = 33+52+14=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 14 (5.86% from 255 or 14.14% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #21340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21340E is #DECBF1. Grayscale: #2A2A2A. Windows color (decimal): -14601202 or 930849. OLE color: 930849.
HSL color Cylindrical-coordinate representation of color #21340E: hue angle of 90º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21340E is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 52 | 14 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.80 |
| HSL | 90º | 0.58% | 0.13% | - |
| HSV(B) | 90º | 0.73% | 0.2% | - |
| XYZ | 1.93 | 2.81 | 0.86 | - |
| YUV | 41.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 14 | 0.37 | 0 | 0.73 | 0.80 | 90 | 0.58 | 0.13 |
| Hex | 21 | 34 | E | 25 | 0 | 49 | 50 | 5A | 3A | D |
| Octal | 41 | 64 | 16 | 45 | 0 | 111 | 120 | 132 | 72 | 15 |
| Binary | 100001 | 110100 | 1110 | 100101 | 0 | 1001001 | 1010000 | 1011010 | 111010 | 1101 |
Color Harmonies of #21340E
Complementary color
Monochromatic Colors of #21340E
Black with #21340E
Text Example
Text Example
White with #21340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21340E; }
p { color: rgb(33,52,14); }
H1.HeaderClassName
{
color: #21340E;
}
.AnyTagClassName
{
color: #21340E;
}
</style>
background-color css
<style>
a { background-color: #21340E; }
a { background-color: rgb(33,52,14); }
div.DivClassName
{
background-color: #21340E;
}
.BgClassName
{
background-color: #21340E;
}
</style>
border-color css
<style>
span { border-color: #21340E; }
span { border-color: rgb(33,52,14); }
td.TdClassName
{
border-color: #21340E;
}
.TagClassName
{
border-color: #21340E;
}
</style>