Shades of Pine Tree #212E03
Tints of Pine Tree #212E03
RGB
CMYK
RGB Variations
Color information
#212E03 (or 0x212E03) is known color: Pine Tree. HEX triplet: 21, 2E and 03. RGB value is (33,46,3). Sum of RGB (Red+Green+Blue) = 33+46+3=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 46 (18.36% from 255 or 56.10% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 46 - color contains mainly: green. Hex color #212E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212E03 is #DED1FC. Grayscale: #252525. Windows color (decimal): -14602749 or 208417. OLE color: 208417.
HSL color Cylindrical-coordinate representation of color #212E03: hue angle of 78.14º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #212E03 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 46 | 3 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.82 |
| HSL | 78.14º | 0.88% | 0.1% | - |
| HSV(B) | 78.14º | 0.93% | 0.18% | - |
| XYZ | 1.62 | 2.28 | 0.44 | - |
| YUV | 37.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 3 | 0.28 | 0 | 0.93 | 0.82 | 78.14 | 0.88 | 0.1 |
| Hex | 21 | 2E | 3 | 1C | 0 | 5D | 52 | 4E | 58 | A |
| Octal | 41 | 56 | 3 | 34 | 0 | 135 | 122 | 116 | 130 | 12 |
| Binary | 100001 | 101110 | 11 | 11100 | 0 | 1011101 | 1010010 | 1001110 | 1011000 | 1010 |
Color Harmonies of #212E03
Complementary color
Monochromatic Colors of #212E03
Black with #212E03
Text Example
Text Example
White with #212E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E03; }
p { color: rgb(33,46,3); }
H1.HeaderClassName
{
color: #212E03;
}
.AnyTagClassName
{
color: #212E03;
}
</style>
background-color css
<style>
a { background-color: #212E03; }
a { background-color: rgb(33,46,3); }
div.DivClassName
{
background-color: #212E03;
}
.BgClassName
{
background-color: #212E03;
}
</style>
border-color css
<style>
span { border-color: #212E03; }
span { border-color: rgb(33,46,3); }
td.TdClassName
{
border-color: #212E03;
}
.TagClassName
{
border-color: #212E03;
}
</style>