Shades of Pine Tree #21350E
Tints of Pine Tree #21350E
RGB
CMYK
RGB Variations
Color information
#21350E (or 0x21350E) is known color: Pine Tree. HEX triplet: 21, 35 and 0E. RGB value is (33,53,14). Sum of RGB (Red+Green+Blue) = 33+53+14=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 53 (21.09% from 255 or 53% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 53 - color contains mainly: green. Hex color #21350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21350E is #DECAF1. Grayscale: #2A2A2A. Windows color (decimal): -14600946 or 931105. OLE color: 931105.
HSL color Cylindrical-coordinate representation of color #21350E: hue angle of 90.77º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21350E is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 33 | 53 | 14 | - |
| CMYK | 0.38 | 0 | 0.74 | 0.79 |
| HSL | 90.77º | 0.58% | 0.13% | - |
| HSV(B) | 90.77º | 0.74% | 0.21% | - |
| XYZ | 1.98 | 2.9 | 0.87 | - |
| YUV | 42.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 53 | 14 | 0.38 | 0 | 0.74 | 0.79 | 90.77 | 0.58 | 0.13 |
| Hex | 21 | 35 | E | 26 | 0 | 4A | 4F | 5B | 3A | D |
| Octal | 41 | 65 | 16 | 46 | 0 | 112 | 117 | 133 | 72 | 15 |
| Binary | 100001 | 110101 | 1110 | 100110 | 0 | 1001010 | 1001111 | 1011011 | 111010 | 1101 |
Color Harmonies of #21350E
Complementary color
Monochromatic Colors of #21350E
Black with #21350E
Text Example
Text Example
White with #21350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21350E; }
p { color: rgb(33,53,14); }
H1.HeaderClassName
{
color: #21350E;
}
.AnyTagClassName
{
color: #21350E;
}
</style>
background-color css
<style>
a { background-color: #21350E; }
a { background-color: rgb(33,53,14); }
div.DivClassName
{
background-color: #21350E;
}
.BgClassName
{
background-color: #21350E;
}
</style>
border-color css
<style>
span { border-color: #21350E; }
span { border-color: rgb(33,53,14); }
td.TdClassName
{
border-color: #21350E;
}
.TagClassName
{
border-color: #21350E;
}
</style>