Shades of Pine Tree #203505
Tints of Pine Tree #203505
RGB
CMYK
RGB Variations
Color information
#203505 (or 0x203505) is known color: Pine Tree. HEX triplet: 20, 35 and 05. RGB value is (32,53,5). Sum of RGB (Red+Green+Blue) = 32+53+5=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 53 (21.09% from 255 or 58.89% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 53 - color contains mainly: green. Hex color #203505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203505 is #DFCAFA. Grayscale: #292929. Windows color (decimal): -14666491 or 341280. OLE color: 341280.
HSL color Cylindrical-coordinate representation of color #203505: hue angle of 86.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #203505 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 53 | 5 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.79 |
| HSL | 86.25º | 0.83% | 0.11% | - |
| HSV(B) | 86.25º | 0.91% | 0.21% | - |
| XYZ | 1.9 | 2.86 | 0.6 | - |
| YUV | 41.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 53 | 5 | 0.40 | 0 | 0.91 | 0.79 | 86.25 | 0.83 | 0.11 |
| Hex | 20 | 35 | 5 | 28 | 0 | 5B | 4F | 56 | 53 | B |
| Octal | 40 | 65 | 5 | 50 | 0 | 133 | 117 | 126 | 123 | 13 |
| Binary | 100000 | 110101 | 101 | 101000 | 0 | 1011011 | 1001111 | 1010110 | 1010011 | 1011 |
Color Harmonies of #203505
Complementary color
Monochromatic Colors of #203505
Black with #203505
Text Example
Text Example
White with #203505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203505; }
p { color: rgb(32,53,5); }
H1.HeaderClassName
{
color: #203505;
}
.AnyTagClassName
{
color: #203505;
}
</style>
background-color css
<style>
a { background-color: #203505; }
a { background-color: rgb(32,53,5); }
div.DivClassName
{
background-color: #203505;
}
.BgClassName
{
background-color: #203505;
}
</style>
border-color css
<style>
span { border-color: #203505; }
span { border-color: rgb(32,53,5); }
td.TdClassName
{
border-color: #203505;
}
.TagClassName
{
border-color: #203505;
}
</style>