Shades of Pine Tree #213909
Tints of Pine Tree #213909
RGB
CMYK
RGB Variations
Color information
#213909 (or 0x213909) is known color: Pine Tree. HEX triplet: 21, 39 and 09. RGB value is (33,57,9). Sum of RGB (Red+Green+Blue) = 33+57+9=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 57 (22.66% from 255 or 57.58% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 57 - color contains mainly: green. Hex color #213909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213909 is #DEC6F6. Grayscale: #2C2C2C. Windows color (decimal): -14599927 or 604449. OLE color: 604449.
HSL color Cylindrical-coordinate representation of color #213909: hue angle of 90º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #213909 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 57 | 9 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.78 |
| HSL | 90º | 0.73% | 0.13% | - |
| HSV(B) | 90º | 0.84% | 0.22% | - |
| XYZ | 2.14 | 3.27 | 0.78 | - |
| YUV | 44.35 | 108.05 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 9 | 0.42 | 0 | 0.84 | 0.78 | 90 | 0.73 | 0.13 |
| Hex | 21 | 39 | 9 | 2A | 0 | 54 | 4E | 5A | 49 | D |
| Octal | 41 | 71 | 11 | 52 | 0 | 124 | 116 | 132 | 111 | 15 |
| Binary | 100001 | 111001 | 1001 | 101010 | 0 | 1010100 | 1001110 | 1011010 | 1001001 | 1101 |
Color Harmonies of #213909
Complementary color
Monochromatic Colors of #213909
Black with #213909
Text Example
Text Example
White with #213909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213909; }
p { color: rgb(33,57,9); }
H1.HeaderClassName
{
color: #213909;
}
.AnyTagClassName
{
color: #213909;
}
</style>
background-color css
<style>
a { background-color: #213909; }
a { background-color: rgb(33,57,9); }
div.DivClassName
{
background-color: #213909;
}
.BgClassName
{
background-color: #213909;
}
</style>
border-color css
<style>
span { border-color: #213909; }
span { border-color: rgb(33,57,9); }
td.TdClassName
{
border-color: #213909;
}
.TagClassName
{
border-color: #213909;
}
</style>