Shades of Pine Tree #20211F
Tints of Pine Tree #20211F
RGB
CMYK
RGB Variations
Color information
#20211F (or 0x20211F) is known color: Pine Tree. HEX triplet: 20, 21 and 1F. RGB value is (32,33,31). Sum of RGB (Red+Green+Blue) = 32+33+31=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 33 - color contains mainly: green. Hex color #20211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20211F is #DFDEE0. Grayscale: #202020. Windows color (decimal): -14671585 or 2040096. OLE color: 2040096.
HSL color Cylindrical-coordinate representation of color #20211F: hue angle of 90º degrees, saturation: 0.03, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #20211F is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 33 | 31 | - |
CMYK | 0.03 | 0 | 0.06 | 0.87 |
HSL | 90º | 0.03% | 0.13% | - |
HSV(B) | 90º | 0.06% | 0.13% | - |
XYZ | 1.39 | 1.49 | 1.51 | - |
YUV | 32.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 33 | 31 | 0.03 | 0 | 0.06 | 0.87 | 90 | 0.03 | 0.13 |
Hex | 20 | 21 | 1F | 3 | 0 | 6 | 57 | 5A | 3 | D |
Octal | 40 | 41 | 37 | 3 | 0 | 6 | 127 | 132 | 3 | 15 |
Binary | 100000 | 100001 | 11111 | 11 | 0 | 110 | 1010111 | 1011010 | 11 | 1101 |
Color Harmonies of #20211F
Complementary color
Monochromatic Colors of #20211F
Black with #20211F
Text Example
Text Example
White with #20211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20211F; }
p { color: rgb(32,33,31); }
H1.HeaderClassName
{
color: #20211F;
}
.AnyTagClassName
{
color: #20211F;
}
</style>
background-color css
<style>
a { background-color: #20211F; }
a { background-color: rgb(32,33,31); }
div.DivClassName
{
background-color: #20211F;
}
.BgClassName
{
background-color: #20211F;
}
</style>
border-color css
<style>
span { border-color: #20211F; }
span { border-color: rgb(32,33,31); }
td.TdClassName
{
border-color: #20211F;
}
.TagClassName
{
border-color: #20211F;
}
</style>