Shades of Pine Tree #202712
Tints of Pine Tree #202712
RGB
CMYK
RGB Variations
Color information
#202712 (or 0x202712) is known color: Pine Tree. HEX triplet: 20, 27 and 12. RGB value is (32,39,18). Sum of RGB (Red+Green+Blue) = 32+39+18=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 39 (15.62% from 255 or 43.82% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 39 - color contains mainly: green. Hex color #202712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202712 is #DFD8ED. Grayscale: #222222. Windows color (decimal): -14670062 or 1189664. OLE color: 1189664.
HSL color Cylindrical-coordinate representation of color #202712: hue angle of 80º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #202712 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 39 | 18 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.85 |
| HSL | 80º | 0.37% | 0.11% | - |
| HSV(B) | 80º | 0.54% | 0.15% | - |
| XYZ | 1.43 | 1.8 | 0.84 | - |
| YUV | 34.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 39 | 18 | 0.18 | 0 | 0.54 | 0.85 | 80 | 0.37 | 0.11 |
| Hex | 20 | 27 | 12 | 12 | 0 | 36 | 55 | 50 | 25 | B |
| Octal | 40 | 47 | 22 | 22 | 0 | 66 | 125 | 120 | 45 | 13 |
| Binary | 100000 | 100111 | 10010 | 10010 | 0 | 110110 | 1010101 | 1010000 | 100101 | 1011 |
Color Harmonies of #202712
Complementary color
Monochromatic Colors of #202712
Black with #202712
Text Example
Text Example
White with #202712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202712; }
p { color: rgb(32,39,18); }
H1.HeaderClassName
{
color: #202712;
}
.AnyTagClassName
{
color: #202712;
}
</style>
background-color css
<style>
a { background-color: #202712; }
a { background-color: rgb(32,39,18); }
div.DivClassName
{
background-color: #202712;
}
.BgClassName
{
background-color: #202712;
}
</style>
border-color css
<style>
span { border-color: #202712; }
span { border-color: rgb(32,39,18); }
td.TdClassName
{
border-color: #202712;
}
.TagClassName
{
border-color: #202712;
}
</style>