Shades of Pine Tree #213702
Tints of Pine Tree #213702
RGB
CMYK
RGB Variations
Color information
#213702 (or 0x213702) is known color: Pine Tree. HEX triplet: 21, 37 and 02. RGB value is (33,55,2). Sum of RGB (Red+Green+Blue) = 33+55+2=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 55 (21.88% from 255 or 61.11% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 55 - color contains mainly: green. Hex color #213702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213702 is #DEC8FD. Grayscale: #2A2A2A. Windows color (decimal): -14600446 or 145185. OLE color: 145185.
HSL color Cylindrical-coordinate representation of color #213702: hue angle of 84.91º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #213702 is Cyan = 0.4, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 55 | 2 | - |
| CMYK | 0.4 | 0 | 0.96 | 0.78 |
| HSL | 84.91º | 0.93% | 0.11% | - |
| HSV(B) | 84.91º | 0.96% | 0.22% | - |
| XYZ | 2 | 3.06 | 0.54 | - |
| YUV | 42.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 2 | 0.4 | 0 | 0.96 | 0.78 | 84.91 | 0.93 | 0.11 |
| Hex | 21 | 37 | 2 | 28 | 0 | 60 | 4E | 55 | 5D | B |
| Octal | 41 | 67 | 2 | 50 | 0 | 140 | 116 | 125 | 135 | 13 |
| Binary | 100001 | 110111 | 10 | 101000 | 0 | 1100000 | 1001110 | 1010101 | 1011101 | 1011 |
Color Harmonies of #213702
Complementary color
Monochromatic Colors of #213702
Black with #213702
Text Example
Text Example
White with #213702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213702; }
p { color: rgb(33,55,2); }
H1.HeaderClassName
{
color: #213702;
}
.AnyTagClassName
{
color: #213702;
}
</style>
background-color css
<style>
a { background-color: #213702; }
a { background-color: rgb(33,55,2); }
div.DivClassName
{
background-color: #213702;
}
.BgClassName
{
background-color: #213702;
}
</style>
border-color css
<style>
span { border-color: #213702; }
span { border-color: rgb(33,55,2); }
td.TdClassName
{
border-color: #213702;
}
.TagClassName
{
border-color: #213702;
}
</style>