Shades of Pine Tree #202B11
Tints of Pine Tree #202B11
RGB
CMYK
RGB Variations
Color information
#202B11 (or 0x202B11) is known color: Pine Tree. HEX triplet: 20, 2B and 11. RGB value is (32,43,17). Sum of RGB (Red+Green+Blue) = 32+43+17=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 43 (17.19% from 255 or 46.74% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 43 - color contains mainly: green. Hex color #202B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202B11 is #DFD4EE. Grayscale: #242424. Windows color (decimal): -14669039 or 1125152. OLE color: 1125152.
HSL color Cylindrical-coordinate representation of color #202B11: hue angle of 85.38º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #202B11 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 43 | 17 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.83 |
| HSL | 85.38º | 0.43% | 0.12% | - |
| HSV(B) | 85.38º | 0.6% | 0.17% | - |
| XYZ | 1.56 | 2.08 | 0.85 | - |
| YUV | 36.75 | 116.86 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 17 | 0.26 | 0 | 0.60 | 0.83 | 85.38 | 0.43 | 0.12 |
| Hex | 20 | 2B | 11 | 1A | 0 | 3C | 53 | 55 | 2B | C |
| Octal | 40 | 53 | 21 | 32 | 0 | 74 | 123 | 125 | 53 | 14 |
| Binary | 100000 | 101011 | 10001 | 11010 | 0 | 111100 | 1010011 | 1010101 | 101011 | 1100 |
Color Harmonies of #202B11
Complementary color
Monochromatic Colors of #202B11
Black with #202B11
Text Example
Text Example
White with #202B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B11; }
p { color: rgb(32,43,17); }
H1.HeaderClassName
{
color: #202B11;
}
.AnyTagClassName
{
color: #202B11;
}
</style>
background-color css
<style>
a { background-color: #202B11; }
a { background-color: rgb(32,43,17); }
div.DivClassName
{
background-color: #202B11;
}
.BgClassName
{
background-color: #202B11;
}
</style>
border-color css
<style>
span { border-color: #202B11; }
span { border-color: rgb(32,43,17); }
td.TdClassName
{
border-color: #202B11;
}
.TagClassName
{
border-color: #202B11;
}
</style>