Shades of Pine Tree #203410
Tints of Pine Tree #203410
RGB
CMYK
RGB Variations
Color information
#203410 (or 0x203410) is known color: Pine Tree. HEX triplet: 20, 34 and 10. RGB value is (32,52,16). Sum of RGB (Red+Green+Blue) = 32+52+16=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #203410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203410 is #DFCBEF. Grayscale: #2A2A2A. Windows color (decimal): -14666736 or 1061920. OLE color: 1061920.
HSL color Cylindrical-coordinate representation of color #203410: hue angle of 93.33º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #203410 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 52 | 16 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.80 |
| HSL | 93.33º | 0.53% | 0.13% | - |
| HSV(B) | 93.33º | 0.69% | 0.2% | - |
| XYZ | 1.92 | 2.8 | 0.93 | - |
| YUV | 41.92 | 113.37 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 16 | 0.38 | 0 | 0.69 | 0.80 | 93.33 | 0.53 | 0.13 |
| Hex | 20 | 34 | 10 | 26 | 0 | 45 | 50 | 5D | 35 | D |
| Octal | 40 | 64 | 20 | 46 | 0 | 105 | 120 | 135 | 65 | 15 |
| Binary | 100000 | 110100 | 10000 | 100110 | 0 | 1000101 | 1010000 | 1011101 | 110101 | 1101 |
Color Harmonies of #203410
Complementary color
Monochromatic Colors of #203410
Black with #203410
Text Example
Text Example
White with #203410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203410; }
p { color: rgb(32,52,16); }
H1.HeaderClassName
{
color: #203410;
}
.AnyTagClassName
{
color: #203410;
}
</style>
background-color css
<style>
a { background-color: #203410; }
a { background-color: rgb(32,52,16); }
div.DivClassName
{
background-color: #203410;
}
.BgClassName
{
background-color: #203410;
}
</style>
border-color css
<style>
span { border-color: #203410; }
span { border-color: rgb(32,52,16); }
td.TdClassName
{
border-color: #203410;
}
.TagClassName
{
border-color: #203410;
}
</style>