Shades of Pine Tree #213E0B
Tints of Pine Tree #213E0B
RGB
CMYK
RGB Variations
Color information
#213E0B (or 0x213E0B) is known color: Pine Tree. HEX triplet: 21, 3E and 0B. RGB value is (33,62,11). Sum of RGB (Red+Green+Blue) = 33+62+11=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 62 (24.61% from 255 or 58.49% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 62 - color contains mainly: green. Hex color #213E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213E0B is #DEC1F4. Grayscale: #2F2F2F. Windows color (decimal): -14598645 or 736801. OLE color: 736801.
HSL color Cylindrical-coordinate representation of color #213E0B: hue angle of 94.12º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #213E0B is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 62 | 11 | - |
| CMYK | 0.47 | 0 | 0.82 | 0.76 |
| HSL | 94.12º | 0.7% | 0.14% | - |
| HSV(B) | 94.12º | 0.82% | 0.24% | - |
| XYZ | 2.41 | 3.79 | 0.92 | - |
| YUV | 47.52 | 107.39 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 11 | 0.47 | 0 | 0.82 | 0.76 | 94.12 | 0.7 | 0.14 |
| Hex | 21 | 3E | B | 2F | 0 | 52 | 4C | 5E | 46 | E |
| Octal | 41 | 76 | 13 | 57 | 0 | 122 | 114 | 136 | 106 | 16 |
| Binary | 100001 | 111110 | 1011 | 101111 | 0 | 1010010 | 1001100 | 1011110 | 1000110 | 1110 |
Color Harmonies of #213E0B
Complementary color
Monochromatic Colors of #213E0B
Black with #213E0B
Text Example
Text Example
White with #213E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E0B; }
p { color: rgb(33,62,11); }
H1.HeaderClassName
{
color: #213E0B;
}
.AnyTagClassName
{
color: #213E0B;
}
</style>
background-color css
<style>
a { background-color: #213E0B; }
a { background-color: rgb(33,62,11); }
div.DivClassName
{
background-color: #213E0B;
}
.BgClassName
{
background-color: #213E0B;
}
</style>
border-color css
<style>
span { border-color: #213E0B; }
span { border-color: rgb(33,62,11); }
td.TdClassName
{
border-color: #213E0B;
}
.TagClassName
{
border-color: #213E0B;
}
</style>