Shades of Pine Tree #213904
Tints of Pine Tree #213904
RGB
CMYK
RGB Variations
Color information
#213904 (or 0x213904) is known color: Pine Tree. HEX triplet: 21, 39 and 04. RGB value is (33,57,4). Sum of RGB (Red+Green+Blue) = 33+57+4=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 57 (22.66% from 255 or 60.64% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 57 - color contains mainly: green. Hex color #213904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213904 is #DEC6FB. Grayscale: #2B2B2B. Windows color (decimal): -14599932 or 276769. OLE color: 276769.
HSL color Cylindrical-coordinate representation of color #213904: hue angle of 87.17º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #213904 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 57 | 4 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.78 |
| HSL | 87.17º | 0.87% | 0.12% | - |
| HSV(B) | 87.17º | 0.93% | 0.22% | - |
| XYZ | 2.11 | 3.26 | 0.63 | - |
| YUV | 43.78 | 105.55 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 4 | 0.42 | 0 | 0.93 | 0.78 | 87.17 | 0.87 | 0.12 |
| Hex | 21 | 39 | 4 | 2A | 0 | 5D | 4E | 57 | 57 | C |
| Octal | 41 | 71 | 4 | 52 | 0 | 135 | 116 | 127 | 127 | 14 |
| Binary | 100001 | 111001 | 100 | 101010 | 0 | 1011101 | 1001110 | 1010111 | 1010111 | 1100 |
Color Harmonies of #213904
Complementary color
Monochromatic Colors of #213904
Black with #213904
Text Example
Text Example
White with #213904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213904; }
p { color: rgb(33,57,4); }
H1.HeaderClassName
{
color: #213904;
}
.AnyTagClassName
{
color: #213904;
}
</style>
background-color css
<style>
a { background-color: #213904; }
a { background-color: rgb(33,57,4); }
div.DivClassName
{
background-color: #213904;
}
.BgClassName
{
background-color: #213904;
}
</style>
border-color css
<style>
span { border-color: #213904; }
span { border-color: rgb(33,57,4); }
td.TdClassName
{
border-color: #213904;
}
.TagClassName
{
border-color: #213904;
}
</style>