Shades of Pine Tree #213701
Tints of Pine Tree #213701
RGB
CMYK
RGB Variations
Color information
#213701 (or 0x213701) is known color: Pine Tree. HEX triplet: 21, 37 and 01. RGB value is (33,55,1). Sum of RGB (Red+Green+Blue) = 33+55+1=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 55 (21.88% from 255 or 61.80% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 55 - color contains mainly: green. Hex color #213701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213701 is #DEC8FE. Grayscale: #2A2A2A. Windows color (decimal): -14600447 or 79649. OLE color: 79649.
HSL color Cylindrical-coordinate representation of color #213701: hue angle of 84.44º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #213701 is Cyan = 0.4, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 55 | 1 | - |
| CMYK | 0.4 | 0 | 0.98 | 0.78 |
| HSL | 84.44º | 0.96% | 0.11% | - |
| HSV(B) | 84.44º | 0.98% | 0.22% | - |
| XYZ | 2 | 3.06 | 0.51 | - |
| YUV | 42.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 1 | 0.4 | 0 | 0.98 | 0.78 | 84.44 | 0.96 | 0.11 |
| Hex | 21 | 37 | 1 | 28 | 0 | 62 | 4E | 54 | 60 | B |
| Octal | 41 | 67 | 1 | 50 | 0 | 142 | 116 | 124 | 140 | 13 |
| Binary | 100001 | 110111 | 1 | 101000 | 0 | 1100010 | 1001110 | 1010100 | 1100000 | 1011 |
Color Harmonies of #213701
Complementary color
Monochromatic Colors of #213701
Black with #213701
Text Example
Text Example
White with #213701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213701; }
p { color: rgb(33,55,1); }
H1.HeaderClassName
{
color: #213701;
}
.AnyTagClassName
{
color: #213701;
}
</style>
background-color css
<style>
a { background-color: #213701; }
a { background-color: rgb(33,55,1); }
div.DivClassName
{
background-color: #213701;
}
.BgClassName
{
background-color: #213701;
}
</style>
border-color css
<style>
span { border-color: #213701; }
span { border-color: rgb(33,55,1); }
td.TdClassName
{
border-color: #213701;
}
.TagClassName
{
border-color: #213701;
}
</style>