Shades of Pine Tree #20330B
Tints of Pine Tree #20330B
RGB
CMYK
RGB Variations
Color information
#20330B (or 0x20330B) is known color: Pine Tree. HEX triplet: 20, 33 and 0B. RGB value is (32,51,11). Sum of RGB (Red+Green+Blue) = 32+51+11=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #20330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20330B is #DFCCF4. Grayscale: #282828. Windows color (decimal): -14666997 or 733984. OLE color: 733984.
HSL color Cylindrical-coordinate representation of color #20330B: hue angle of 88.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20330B is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 32 | 51 | 11 | - |
| CMYK | 0.37 | 0 | 0.78 | 0.8 |
| HSL | 88.5º | 0.65% | 0.12% | - |
| HSV(B) | 88.5º | 0.78% | 0.2% | - |
| XYZ | 1.84 | 2.7 | 0.74 | - |
| YUV | 40.76 | 111.21 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 11 | 0.37 | 0 | 0.78 | 0.8 | 88.5 | 0.65 | 0.12 |
| Hex | 20 | 33 | B | 25 | 0 | 4E | 50 | 58 | 41 | C |
| Octal | 40 | 63 | 13 | 45 | 0 | 116 | 120 | 130 | 101 | 14 |
| Binary | 100000 | 110011 | 1011 | 100101 | 0 | 1001110 | 1010000 | 1011000 | 1000001 | 1100 |
Color Harmonies of #20330B
Complementary color
Monochromatic Colors of #20330B
Black with #20330B
Text Example
Text Example
White with #20330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20330B; }
p { color: rgb(32,51,11); }
H1.HeaderClassName
{
color: #20330B;
}
.AnyTagClassName
{
color: #20330B;
}
</style>
background-color css
<style>
a { background-color: #20330B; }
a { background-color: rgb(32,51,11); }
div.DivClassName
{
background-color: #20330B;
}
.BgClassName
{
background-color: #20330B;
}
</style>
border-color css
<style>
span { border-color: #20330B; }
span { border-color: rgb(32,51,11); }
td.TdClassName
{
border-color: #20330B;
}
.TagClassName
{
border-color: #20330B;
}
</style>