Shades of Pine Tree #213301
Tints of Pine Tree #213301
RGB
CMYK
RGB Variations
Color information
#213301 (or 0x213301) is known color: Pine Tree. HEX triplet: 21, 33 and 01. RGB value is (33,51,1). Sum of RGB (Red+Green+Blue) = 33+51+1=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 51 (20.31% from 255 or 60% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 51 - color contains mainly: green. Hex color #213301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213301 is #DECCFE. Grayscale: #282828. Windows color (decimal): -14601471 or 78625. OLE color: 78625.
HSL color Cylindrical-coordinate representation of color #213301: hue angle of 81.6º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #213301 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 33 | 51 | 1 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.8 |
| HSL | 81.6º | 0.96% | 0.1% | - |
| HSV(B) | 81.6º | 0.98% | 0.2% | - |
| XYZ | 1.82 | 2.69 | 0.45 | - |
| YUV | 39.92 | 106.04 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 1 | 0.35 | 0 | 0.98 | 0.8 | 81.6 | 0.96 | 0.1 |
| Hex | 21 | 33 | 1 | 23 | 0 | 62 | 50 | 52 | 60 | A |
| Octal | 41 | 63 | 1 | 43 | 0 | 142 | 120 | 122 | 140 | 12 |
| Binary | 100001 | 110011 | 1 | 100011 | 0 | 1100010 | 1010000 | 1010010 | 1100000 | 1010 |
Color Harmonies of #213301
Complementary color
Monochromatic Colors of #213301
Black with #213301
Text Example
Text Example
White with #213301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213301; }
p { color: rgb(33,51,1); }
H1.HeaderClassName
{
color: #213301;
}
.AnyTagClassName
{
color: #213301;
}
</style>
background-color css
<style>
a { background-color: #213301; }
a { background-color: rgb(33,51,1); }
div.DivClassName
{
background-color: #213301;
}
.BgClassName
{
background-color: #213301;
}
</style>
border-color css
<style>
span { border-color: #213301; }
span { border-color: rgb(33,51,1); }
td.TdClassName
{
border-color: #213301;
}
.TagClassName
{
border-color: #213301;
}
</style>