Shades of Pine Tree #213E04
Tints of Pine Tree #213E04
RGB
CMYK
RGB Variations
Color information
#213E04 (or 0x213E04) is known color: Pine Tree. HEX triplet: 21, 3E and 04. RGB value is (33,62,4). Sum of RGB (Red+Green+Blue) = 33+62+4=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 62 (24.61% from 255 or 62.63% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 62 - color contains mainly: green. Hex color #213E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213E04 is #DEC1FB. Grayscale: #2E2E2E. Windows color (decimal): -14598652 or 278049. OLE color: 278049.
HSL color Cylindrical-coordinate representation of color #213E04: hue angle of 90º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #213E04 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 62 | 4 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.76 |
| HSL | 90º | 0.88% | 0.13% | - |
| HSV(B) | 90º | 0.94% | 0.24% | - |
| XYZ | 2.37 | 3.78 | 0.72 | - |
| YUV | 46.72 | 103.89 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 4 | 0.47 | 0 | 0.94 | 0.76 | 90 | 0.88 | 0.13 |
| Hex | 21 | 3E | 4 | 2F | 0 | 5E | 4C | 5A | 58 | D |
| Octal | 41 | 76 | 4 | 57 | 0 | 136 | 114 | 132 | 130 | 15 |
| Binary | 100001 | 111110 | 100 | 101111 | 0 | 1011110 | 1001100 | 1011010 | 1011000 | 1101 |
Color Harmonies of #213E04
Complementary color
Monochromatic Colors of #213E04
Black with #213E04
Text Example
Text Example
White with #213E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E04; }
p { color: rgb(33,62,4); }
H1.HeaderClassName
{
color: #213E04;
}
.AnyTagClassName
{
color: #213E04;
}
</style>
background-color css
<style>
a { background-color: #213E04; }
a { background-color: rgb(33,62,4); }
div.DivClassName
{
background-color: #213E04;
}
.BgClassName
{
background-color: #213E04;
}
</style>
border-color css
<style>
span { border-color: #213E04; }
span { border-color: rgb(33,62,4); }
td.TdClassName
{
border-color: #213E04;
}
.TagClassName
{
border-color: #213E04;
}
</style>