Shades of Pine Tree #213803
Tints of Pine Tree #213803
RGB
CMYK
RGB Variations
Color information
#213803 (or 0x213803) is known color: Pine Tree. HEX triplet: 21, 38 and 03. RGB value is (33,56,3). Sum of RGB (Red+Green+Blue) = 33+56+3=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 56 (22.27% from 255 or 60.87% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 56 - color contains mainly: green. Hex color #213803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213803 is #DEC7FC. Grayscale: #2B2B2B. Windows color (decimal): -14600189 or 210977. OLE color: 210977.
HSL color Cylindrical-coordinate representation of color #213803: hue angle of 86.04º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #213803 is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 56 | 3 | - |
| CMYK | 0.41 | 0 | 0.95 | 0.78 |
| HSL | 86.04º | 0.9% | 0.12% | - |
| HSV(B) | 86.04º | 0.95% | 0.22% | - |
| XYZ | 2.06 | 3.16 | 0.59 | - |
| YUV | 43.08 | 105.38 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 3 | 0.41 | 0 | 0.95 | 0.78 | 86.04 | 0.9 | 0.12 |
| Hex | 21 | 38 | 3 | 29 | 0 | 5F | 4E | 56 | 5A | C |
| Octal | 41 | 70 | 3 | 51 | 0 | 137 | 116 | 126 | 132 | 14 |
| Binary | 100001 | 111000 | 11 | 101001 | 0 | 1011111 | 1001110 | 1010110 | 1011010 | 1100 |
Color Harmonies of #213803
Complementary color
Monochromatic Colors of #213803
Black with #213803
Text Example
Text Example
White with #213803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213803; }
p { color: rgb(33,56,3); }
H1.HeaderClassName
{
color: #213803;
}
.AnyTagClassName
{
color: #213803;
}
</style>
background-color css
<style>
a { background-color: #213803; }
a { background-color: rgb(33,56,3); }
div.DivClassName
{
background-color: #213803;
}
.BgClassName
{
background-color: #213803;
}
</style>
border-color css
<style>
span { border-color: #213803; }
span { border-color: rgb(33,56,3); }
td.TdClassName
{
border-color: #213803;
}
.TagClassName
{
border-color: #213803;
}
</style>