Shades of Pine Tree #203C01
Tints of Pine Tree #203C01
RGB
CMYK
RGB Variations
Color information
#203C01 (or 0x203C01) is known color: Pine Tree. HEX triplet: 20, 3C and 01. RGB value is (32,60,1). Sum of RGB (Red+Green+Blue) = 32+60+1=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 60 (23.83% from 255 or 64.52% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 60 - color contains mainly: green. Hex color #203C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203C01 is #DFC3FE. Grayscale: #2D2D2D. Windows color (decimal): -14664703 or 80928. OLE color: 80928.
HSL color Cylindrical-coordinate representation of color #203C01: hue angle of 88.47º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #203C01 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 60 | 1 | - |
| CMYK | 0.47 | 0 | 0.98 | 0.76 |
| HSL | 88.47º | 0.97% | 0.12% | - |
| HSV(B) | 88.47º | 0.98% | 0.24% | - |
| XYZ | 2.22 | 3.54 | 0.6 | - |
| YUV | 44.9 | 103.22 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 1 | 0.47 | 0 | 0.98 | 0.76 | 88.47 | 0.97 | 0.12 |
| Hex | 20 | 3C | 1 | 2F | 0 | 62 | 4C | 58 | 61 | C |
| Octal | 40 | 74 | 1 | 57 | 0 | 142 | 114 | 130 | 141 | 14 |
| Binary | 100000 | 111100 | 1 | 101111 | 0 | 1100010 | 1001100 | 1011000 | 1100001 | 1100 |
Color Harmonies of #203C01
Complementary color
Monochromatic Colors of #203C01
Black with #203C01
Text Example
Text Example
White with #203C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C01; }
p { color: rgb(32,60,1); }
H1.HeaderClassName
{
color: #203C01;
}
.AnyTagClassName
{
color: #203C01;
}
</style>
background-color css
<style>
a { background-color: #203C01; }
a { background-color: rgb(32,60,1); }
div.DivClassName
{
background-color: #203C01;
}
.BgClassName
{
background-color: #203C01;
}
</style>
border-color css
<style>
span { border-color: #203C01; }
span { border-color: rgb(32,60,1); }
td.TdClassName
{
border-color: #203C01;
}
.TagClassName
{
border-color: #203C01;
}
</style>