Shades of Pine Tree #213905
Tints of Pine Tree #213905
RGB
CMYK
RGB Variations
Color information
#213905 (or 0x213905) is known color: Pine Tree. HEX triplet: 21, 39 and 05. RGB value is (33,57,5). Sum of RGB (Red+Green+Blue) = 33+57+5=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 57 (22.66% from 255 or 60% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 57 - color contains mainly: green. Hex color #213905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213905 is #DEC6FA. Grayscale: #2C2C2C. Windows color (decimal): -14599931 or 342305. OLE color: 342305.
HSL color Cylindrical-coordinate representation of color #213905: hue angle of 87.69º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #213905 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 57 | 5 | - |
| CMYK | 0.42 | 0 | 0.91 | 0.78 |
| HSL | 87.69º | 0.84% | 0.12% | - |
| HSV(B) | 87.69º | 0.91% | 0.22% | - |
| XYZ | 2.12 | 3.26 | 0.66 | - |
| YUV | 43.9 | 106.05 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 5 | 0.42 | 0 | 0.91 | 0.78 | 87.69 | 0.84 | 0.12 |
| Hex | 21 | 39 | 5 | 2A | 0 | 5B | 4E | 58 | 54 | C |
| Octal | 41 | 71 | 5 | 52 | 0 | 133 | 116 | 130 | 124 | 14 |
| Binary | 100001 | 111001 | 101 | 101010 | 0 | 1011011 | 1001110 | 1011000 | 1010100 | 1100 |
Color Harmonies of #213905
Complementary color
Monochromatic Colors of #213905
Black with #213905
Text Example
Text Example
White with #213905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213905; }
p { color: rgb(33,57,5); }
H1.HeaderClassName
{
color: #213905;
}
.AnyTagClassName
{
color: #213905;
}
</style>
background-color css
<style>
a { background-color: #213905; }
a { background-color: rgb(33,57,5); }
div.DivClassName
{
background-color: #213905;
}
.BgClassName
{
background-color: #213905;
}
</style>
border-color css
<style>
span { border-color: #213905; }
span { border-color: rgb(33,57,5); }
td.TdClassName
{
border-color: #213905;
}
.TagClassName
{
border-color: #213905;
}
</style>