Shades of Pine Tree #203509
Tints of Pine Tree #203509
RGB
CMYK
RGB Variations
Color information
#203509 (or 0x203509) is known color: Pine Tree. HEX triplet: 20, 35 and 09. RGB value is (32,53,9). Sum of RGB (Red+Green+Blue) = 32+53+9=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 53 (21.09% from 255 or 56.38% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 53 - color contains mainly: green. Hex color #203509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203509 is #DFCAF6. Grayscale: #292929. Windows color (decimal): -14666487 or 603424. OLE color: 603424.
HSL color Cylindrical-coordinate representation of color #203509: hue angle of 88.64º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #203509 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 53 | 9 | - |
| CMYK | 0.40 | 0 | 0.83 | 0.79 |
| HSL | 88.64º | 0.71% | 0.12% | - |
| HSV(B) | 88.64º | 0.83% | 0.21% | - |
| XYZ | 1.92 | 2.87 | 0.71 | - |
| YUV | 41.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 53 | 9 | 0.40 | 0 | 0.83 | 0.79 | 88.64 | 0.71 | 0.12 |
| Hex | 20 | 35 | 9 | 28 | 0 | 53 | 4F | 59 | 47 | C |
| Octal | 40 | 65 | 11 | 50 | 0 | 123 | 117 | 131 | 107 | 14 |
| Binary | 100000 | 110101 | 1001 | 101000 | 0 | 1010011 | 1001111 | 1011001 | 1000111 | 1100 |
Color Harmonies of #203509
Complementary color
Monochromatic Colors of #203509
Black with #203509
Text Example
Text Example
White with #203509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203509; }
p { color: rgb(32,53,9); }
H1.HeaderClassName
{
color: #203509;
}
.AnyTagClassName
{
color: #203509;
}
</style>
background-color css
<style>
a { background-color: #203509; }
a { background-color: rgb(32,53,9); }
div.DivClassName
{
background-color: #203509;
}
.BgClassName
{
background-color: #203509;
}
</style>
border-color css
<style>
span { border-color: #203509; }
span { border-color: rgb(32,53,9); }
td.TdClassName
{
border-color: #203509;
}
.TagClassName
{
border-color: #203509;
}
</style>