Shades of Pine Tree #203201
Tints of Pine Tree #203201
RGB
CMYK
RGB Variations
Color information
#203201 (or 0x203201) is known color: Pine Tree. HEX triplet: 20, 32 and 01. RGB value is (32,50,1). Sum of RGB (Red+Green+Blue) = 32+50+1=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 50 (19.92% from 255 or 60.24% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 50 - color contains mainly: green. Hex color #203201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203201 is #DFCDFE. Grayscale: #272727. Windows color (decimal): -14667263 or 78368. OLE color: 78368.
HSL color Cylindrical-coordinate representation of color #203201: hue angle of 82.04º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #203201 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 50 | 1 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.80 |
| HSL | 82.04º | 0.96% | 0.1% | - |
| HSV(B) | 82.04º | 0.98% | 0.2% | - |
| XYZ | 1.74 | 2.59 | 0.44 | - |
| YUV | 39.03 | 106.54 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 50 | 1 | 0.36 | 0 | 0.98 | 0.80 | 82.04 | 0.96 | 0.1 |
| Hex | 20 | 32 | 1 | 24 | 0 | 62 | 50 | 52 | 60 | A |
| Octal | 40 | 62 | 1 | 44 | 0 | 142 | 120 | 122 | 140 | 12 |
| Binary | 100000 | 110010 | 1 | 100100 | 0 | 1100010 | 1010000 | 1010010 | 1100000 | 1010 |
Color Harmonies of #203201
Complementary color
Monochromatic Colors of #203201
Black with #203201
Text Example
Text Example
White with #203201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203201; }
p { color: rgb(32,50,1); }
H1.HeaderClassName
{
color: #203201;
}
.AnyTagClassName
{
color: #203201;
}
</style>
background-color css
<style>
a { background-color: #203201; }
a { background-color: rgb(32,50,1); }
div.DivClassName
{
background-color: #203201;
}
.BgClassName
{
background-color: #203201;
}
</style>
border-color css
<style>
span { border-color: #203201; }
span { border-color: rgb(32,50,1); }
td.TdClassName
{
border-color: #203201;
}
.TagClassName
{
border-color: #203201;
}
</style>