Shades of Pine Tree #212A0D
Tints of Pine Tree #212A0D
RGB
CMYK
RGB Variations
Color information
#212A0D (or 0x212A0D) is known color: Pine Tree. HEX triplet: 21, 2A and 0D. RGB value is (33,42,13). Sum of RGB (Red+Green+Blue) = 33+42+13=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 42 (16.80% from 255 or 47.73% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 42 - color contains mainly: green. Hex color #212A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212A0D is #DED5F2. Grayscale: #242424. Windows color (decimal): -14603763 or 862753. OLE color: 862753.
HSL color Cylindrical-coordinate representation of color #212A0D: hue angle of 78.62º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #212A0D is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 42 | 13 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.84 |
| HSL | 78.62º | 0.53% | 0.11% | - |
| HSV(B) | 78.62º | 0.69% | 0.16% | - |
| XYZ | 1.53 | 2.01 | 0.69 | - |
| YUV | 36 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 13 | 0.21 | 0 | 0.69 | 0.84 | 78.62 | 0.53 | 0.11 |
| Hex | 21 | 2A | D | 15 | 0 | 45 | 54 | 4F | 35 | B |
| Octal | 41 | 52 | 15 | 25 | 0 | 105 | 124 | 117 | 65 | 13 |
| Binary | 100001 | 101010 | 1101 | 10101 | 0 | 1000101 | 1010100 | 1001111 | 110101 | 1011 |
Color Harmonies of #212A0D
Complementary color
Monochromatic Colors of #212A0D
Black with #212A0D
Text Example
Text Example
White with #212A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A0D; }
p { color: rgb(33,42,13); }
H1.HeaderClassName
{
color: #212A0D;
}
.AnyTagClassName
{
color: #212A0D;
}
</style>
background-color css
<style>
a { background-color: #212A0D; }
a { background-color: rgb(33,42,13); }
div.DivClassName
{
background-color: #212A0D;
}
.BgClassName
{
background-color: #212A0D;
}
</style>
border-color css
<style>
span { border-color: #212A0D; }
span { border-color: rgb(33,42,13); }
td.TdClassName
{
border-color: #212A0D;
}
.TagClassName
{
border-color: #212A0D;
}
</style>