Shades of Pine Tree #203501
Tints of Pine Tree #203501
RGB
CMYK
RGB Variations
Color information
#203501 (or 0x203501) is known color: Pine Tree. HEX triplet: 20, 35 and 01. RGB value is (32,53,1). Sum of RGB (Red+Green+Blue) = 32+53+1=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 53 (21.09% from 255 or 61.63% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 53 - color contains mainly: green. Hex color #203501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203501 is #DFCAFE. Grayscale: #282828. Windows color (decimal): -14666495 or 79136. OLE color: 79136.
HSL color Cylindrical-coordinate representation of color #203501: hue angle of 84.23º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #203501 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 53 | 1 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.79 |
| HSL | 84.23º | 0.96% | 0.11% | - |
| HSV(B) | 84.23º | 0.98% | 0.21% | - |
| XYZ | 1.87 | 2.86 | 0.48 | - |
| YUV | 40.79 | 105.54 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 53 | 1 | 0.40 | 0 | 0.98 | 0.79 | 84.23 | 0.96 | 0.11 |
| Hex | 20 | 35 | 1 | 28 | 0 | 62 | 4F | 54 | 60 | B |
| Octal | 40 | 65 | 1 | 50 | 0 | 142 | 117 | 124 | 140 | 13 |
| Binary | 100000 | 110101 | 1 | 101000 | 0 | 1100010 | 1001111 | 1010100 | 1100000 | 1011 |
Color Harmonies of #203501
Complementary color
Monochromatic Colors of #203501
Black with #203501
Text Example
Text Example
White with #203501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203501; }
p { color: rgb(32,53,1); }
H1.HeaderClassName
{
color: #203501;
}
.AnyTagClassName
{
color: #203501;
}
</style>
background-color css
<style>
a { background-color: #203501; }
a { background-color: rgb(32,53,1); }
div.DivClassName
{
background-color: #203501;
}
.BgClassName
{
background-color: #203501;
}
</style>
border-color css
<style>
span { border-color: #203501; }
span { border-color: rgb(32,53,1); }
td.TdClassName
{
border-color: #203501;
}
.TagClassName
{
border-color: #203501;
}
</style>