Shades of Pine Tree #212A0C
Tints of Pine Tree #212A0C
RGB
CMYK
RGB Variations
Color information
#212A0C (or 0x212A0C) is known color: Pine Tree. HEX triplet: 21, 2A and 0C. RGB value is (33,42,12). Sum of RGB (Red+Green+Blue) = 33+42+12=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 42 (16.80% from 255 or 48.28% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 42 - color contains mainly: green. Hex color #212A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212A0C is #DED5F3. Grayscale: #242424. Windows color (decimal): -14603764 or 797217. OLE color: 797217.
HSL color Cylindrical-coordinate representation of color #212A0C: hue angle of 78º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #212A0C is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 42 | 12 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.84 |
| HSL | 78º | 0.56% | 0.11% | - |
| HSV(B) | 78º | 0.71% | 0.16% | - |
| XYZ | 1.52 | 2.01 | 0.65 | - |
| YUV | 35.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 12 | 0.21 | 0 | 0.71 | 0.84 | 78 | 0.56 | 0.11 |
| Hex | 21 | 2A | C | 15 | 0 | 47 | 54 | 4E | 38 | B |
| Octal | 41 | 52 | 14 | 25 | 0 | 107 | 124 | 116 | 70 | 13 |
| Binary | 100001 | 101010 | 1100 | 10101 | 0 | 1000111 | 1010100 | 1001110 | 111000 | 1011 |
Color Harmonies of #212A0C
Complementary color
Monochromatic Colors of #212A0C
Black with #212A0C
Text Example
Text Example
White with #212A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A0C; }
p { color: rgb(33,42,12); }
H1.HeaderClassName
{
color: #212A0C;
}
.AnyTagClassName
{
color: #212A0C;
}
</style>
background-color css
<style>
a { background-color: #212A0C; }
a { background-color: rgb(33,42,12); }
div.DivClassName
{
background-color: #212A0C;
}
.BgClassName
{
background-color: #212A0C;
}
</style>
border-color css
<style>
span { border-color: #212A0C; }
span { border-color: rgb(33,42,12); }
td.TdClassName
{
border-color: #212A0C;
}
.TagClassName
{
border-color: #212A0C;
}
</style>