Shades of Pine Tree #202B00
Tints of Pine Tree #202B00
RGB
CMYK
RGB Variations
Color information
#202B00 (or 0x202B00) is known color: Pine Tree. HEX triplet: 20, 2B and 00. RGB value is (32,43,0). Sum of RGB (Red+Green+Blue) = 32+43+0=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 43 (17.19% from 255 or 57.33% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 43 - color contains mainly: green. Hex color #202B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202B00 is #DFD4FF. Grayscale: #222222. Windows color (decimal): -14669056 or 11040. OLE color: 11040.
HSL color Cylindrical-coordinate representation of color #202B00: hue angle of 75.35º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #202B00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 43 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.83 |
| HSL | 75.35º | 1% | 0.08% | - |
| HSV(B) | 75.35º | 1% | 0.17% | - |
| XYZ | 1.46 | 2.03 | 0.32 | - |
| YUV | 34.81 | 108.36 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 0 | 0.26 | 0 | 1 | 0.83 | 75.35 | 1 | 0.08 |
| Hex | 20 | 2B | 0 | 1A | 0 | 64 | 53 | 4B | 64 | 8 |
| Octal | 40 | 53 | 0 | 32 | 0 | 144 | 123 | 113 | 144 | 10 |
| Binary | 100000 | 101011 | 0 | 11010 | 0 | 1100100 | 1010011 | 1001011 | 1100100 | 1000 |
Color Harmonies of #202B00
Complementary color
Monochromatic Colors of #202B00
Black with #202B00
Text Example
Text Example
White with #202B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B00; }
p { color: rgb(32,43,0); }
H1.HeaderClassName
{
color: #202B00;
}
.AnyTagClassName
{
color: #202B00;
}
</style>
background-color css
<style>
a { background-color: #202B00; }
a { background-color: rgb(32,43,0); }
div.DivClassName
{
background-color: #202B00;
}
.BgClassName
{
background-color: #202B00;
}
</style>
border-color css
<style>
span { border-color: #202B00; }
span { border-color: rgb(32,43,0); }
td.TdClassName
{
border-color: #202B00;
}
.TagClassName
{
border-color: #202B00;
}
</style>