Shades of Pine Tree #213303
Tints of Pine Tree #213303
RGB
CMYK
RGB Variations
Color information
#213303 (or 0x213303) is known color: Pine Tree. HEX triplet: 21, 33 and 03. RGB value is (33,51,3). Sum of RGB (Red+Green+Blue) = 33+51+3=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 51 (20.31% from 255 or 58.62% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 51 - color contains mainly: green. Hex color #213303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213303 is #DECCFC. Grayscale: #282828. Windows color (decimal): -14601469 or 209697. OLE color: 209697.
HSL color Cylindrical-coordinate representation of color #213303: hue angle of 82.5º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #213303 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 33 | 51 | 3 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.8 |
| HSL | 82.5º | 0.89% | 0.11% | - |
| HSV(B) | 82.5º | 0.94% | 0.2% | - |
| XYZ | 1.83 | 2.7 | 0.51 | - |
| YUV | 40.15 | 107.04 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 3 | 0.35 | 0 | 0.94 | 0.8 | 82.5 | 0.89 | 0.11 |
| Hex | 21 | 33 | 3 | 23 | 0 | 5E | 50 | 52 | 59 | B |
| Octal | 41 | 63 | 3 | 43 | 0 | 136 | 120 | 122 | 131 | 13 |
| Binary | 100001 | 110011 | 11 | 100011 | 0 | 1011110 | 1010000 | 1010010 | 1011001 | 1011 |
Color Harmonies of #213303
Complementary color
Monochromatic Colors of #213303
Black with #213303
Text Example
Text Example
White with #213303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213303; }
p { color: rgb(33,51,3); }
H1.HeaderClassName
{
color: #213303;
}
.AnyTagClassName
{
color: #213303;
}
</style>
background-color css
<style>
a { background-color: #213303; }
a { background-color: rgb(33,51,3); }
div.DivClassName
{
background-color: #213303;
}
.BgClassName
{
background-color: #213303;
}
</style>
border-color css
<style>
span { border-color: #213303; }
span { border-color: rgb(33,51,3); }
td.TdClassName
{
border-color: #213303;
}
.TagClassName
{
border-color: #213303;
}
</style>