Shades of Pine Tree #212E0B
Tints of Pine Tree #212E0B
RGB
CMYK
RGB Variations
Color information
#212E0B (or 0x212E0B) is known color: Pine Tree. HEX triplet: 21, 2E and 0B. RGB value is (33,46,11). Sum of RGB (Red+Green+Blue) = 33+46+11=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 46 (18.36% from 255 or 51.11% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 46 - color contains mainly: green. Hex color #212E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212E0B is #DED1F4. Grayscale: #262626. Windows color (decimal): -14602741 or 732705. OLE color: 732705.
HSL color Cylindrical-coordinate representation of color #212E0B: hue angle of 82.29º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #212E0B is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 46 | 11 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.82 |
| HSL | 82.29º | 0.61% | 0.11% | - |
| HSV(B) | 82.29º | 0.76% | 0.18% | - |
| XYZ | 1.66 | 2.3 | 0.67 | - |
| YUV | 38.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 11 | 0.28 | 0 | 0.76 | 0.82 | 82.29 | 0.61 | 0.11 |
| Hex | 21 | 2E | B | 1C | 0 | 4C | 52 | 52 | 3D | B |
| Octal | 41 | 56 | 13 | 34 | 0 | 114 | 122 | 122 | 75 | 13 |
| Binary | 100001 | 101110 | 1011 | 11100 | 0 | 1001100 | 1010010 | 1010010 | 111101 | 1011 |
Color Harmonies of #212E0B
Complementary color
Monochromatic Colors of #212E0B
Black with #212E0B
Text Example
Text Example
White with #212E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E0B; }
p { color: rgb(33,46,11); }
H1.HeaderClassName
{
color: #212E0B;
}
.AnyTagClassName
{
color: #212E0B;
}
</style>
background-color css
<style>
a { background-color: #212E0B; }
a { background-color: rgb(33,46,11); }
div.DivClassName
{
background-color: #212E0B;
}
.BgClassName
{
background-color: #212E0B;
}
</style>
border-color css
<style>
span { border-color: #212E0B; }
span { border-color: rgb(33,46,11); }
td.TdClassName
{
border-color: #212E0B;
}
.TagClassName
{
border-color: #212E0B;
}
</style>