Shades of Pine Tree #213703
Tints of Pine Tree #213703
RGB
CMYK
RGB Variations
Color information
#213703 (or 0x213703) is known color: Pine Tree. HEX triplet: 21, 37 and 03. RGB value is (33,55,3). Sum of RGB (Red+Green+Blue) = 33+55+3=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 55 (21.88% from 255 or 60.44% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 55 - color contains mainly: green. Hex color #213703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213703 is #DEC8FC. Grayscale: #2A2A2A. Windows color (decimal): -14600445 or 210721. OLE color: 210721.
HSL color Cylindrical-coordinate representation of color #213703: hue angle of 85.38º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #213703 is Cyan = 0.4, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 55 | 3 | - |
| CMYK | 0.4 | 0 | 0.95 | 0.78 |
| HSL | 85.38º | 0.9% | 0.11% | - |
| HSV(B) | 85.38º | 0.95% | 0.22% | - |
| XYZ | 2.01 | 3.06 | 0.57 | - |
| YUV | 42.49 | 105.71 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 3 | 0.4 | 0 | 0.95 | 0.78 | 85.38 | 0.9 | 0.11 |
| Hex | 21 | 37 | 3 | 28 | 0 | 5F | 4E | 55 | 5A | B |
| Octal | 41 | 67 | 3 | 50 | 0 | 137 | 116 | 125 | 132 | 13 |
| Binary | 100001 | 110111 | 11 | 101000 | 0 | 1011111 | 1001110 | 1010101 | 1011010 | 1011 |
Color Harmonies of #213703
Complementary color
Monochromatic Colors of #213703
Black with #213703
Text Example
Text Example
White with #213703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213703; }
p { color: rgb(33,55,3); }
H1.HeaderClassName
{
color: #213703;
}
.AnyTagClassName
{
color: #213703;
}
</style>
background-color css
<style>
a { background-color: #213703; }
a { background-color: rgb(33,55,3); }
div.DivClassName
{
background-color: #213703;
}
.BgClassName
{
background-color: #213703;
}
</style>
border-color css
<style>
span { border-color: #213703; }
span { border-color: rgb(33,55,3); }
td.TdClassName
{
border-color: #213703;
}
.TagClassName
{
border-color: #213703;
}
</style>