Shades of Pine Tree #213302
Tints of Pine Tree #213302
RGB
CMYK
RGB Variations
Color information
#213302 (or 0x213302) is known color: Pine Tree. HEX triplet: 21, 33 and 02. RGB value is (33,51,2). Sum of RGB (Red+Green+Blue) = 33+51+2=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 51 (20.31% from 255 or 59.30% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 51 - color contains mainly: green. Hex color #213302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213302 is #DECCFD. Grayscale: #282828. Windows color (decimal): -14601470 or 144161. OLE color: 144161.
HSL color Cylindrical-coordinate representation of color #213302: hue angle of 82.04º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #213302 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 33 | 51 | 2 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.8 |
| HSL | 82.04º | 0.92% | 0.1% | - |
| HSV(B) | 82.04º | 0.96% | 0.2% | - |
| XYZ | 1.82 | 2.7 | 0.48 | - |
| YUV | 40.03 | 106.54 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 2 | 0.35 | 0 | 0.96 | 0.8 | 82.04 | 0.92 | 0.1 |
| Hex | 21 | 33 | 2 | 23 | 0 | 60 | 50 | 52 | 5C | A |
| Octal | 41 | 63 | 2 | 43 | 0 | 140 | 120 | 122 | 134 | 12 |
| Binary | 100001 | 110011 | 10 | 100011 | 0 | 1100000 | 1010000 | 1010010 | 1011100 | 1010 |
Color Harmonies of #213302
Complementary color
Monochromatic Colors of #213302
Black with #213302
Text Example
Text Example
White with #213302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213302; }
p { color: rgb(33,51,2); }
H1.HeaderClassName
{
color: #213302;
}
.AnyTagClassName
{
color: #213302;
}
</style>
background-color css
<style>
a { background-color: #213302; }
a { background-color: rgb(33,51,2); }
div.DivClassName
{
background-color: #213302;
}
.BgClassName
{
background-color: #213302;
}
</style>
border-color css
<style>
span { border-color: #213302; }
span { border-color: rgb(33,51,2); }
td.TdClassName
{
border-color: #213302;
}
.TagClassName
{
border-color: #213302;
}
</style>