Shades of Pine Tree #213C01
Tints of Pine Tree #213C01
RGB
CMYK
RGB Variations
Color information
#213C01 (or 0x213C01) is known color: Pine Tree. HEX triplet: 21, 3C and 01. RGB value is (33,60,1). Sum of RGB (Red+Green+Blue) = 33+60+1=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 60 (23.83% from 255 or 63.83% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 60 - color contains mainly: green. Hex color #213C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213C01 is #DEC3FE. Grayscale: #2D2D2D. Windows color (decimal): -14599167 or 80929. OLE color: 80929.
HSL color Cylindrical-coordinate representation of color #213C01: hue angle of 87.46º 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 #213C01 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 60 | 1 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.76 |
| HSL | 87.46º | 0.97% | 0.12% | - |
| HSV(B) | 87.46º | 0.98% | 0.24% | - |
| XYZ | 2.25 | 3.56 | 0.6 | - |
| YUV | 45.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 1 | 0.45 | 0 | 0.98 | 0.76 | 87.46 | 0.97 | 0.12 |
| Hex | 21 | 3C | 1 | 2D | 0 | 62 | 4C | 57 | 61 | C |
| Octal | 41 | 74 | 1 | 55 | 0 | 142 | 114 | 127 | 141 | 14 |
| Binary | 100001 | 111100 | 1 | 101101 | 0 | 1100010 | 1001100 | 1010111 | 1100001 | 1100 |
Color Harmonies of #213C01
Complementary color
Monochromatic Colors of #213C01
Black with #213C01
Text Example
Text Example
White with #213C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213C01; }
p { color: rgb(33,60,1); }
H1.HeaderClassName
{
color: #213C01;
}
.AnyTagClassName
{
color: #213C01;
}
</style>
background-color css
<style>
a { background-color: #213C01; }
a { background-color: rgb(33,60,1); }
div.DivClassName
{
background-color: #213C01;
}
.BgClassName
{
background-color: #213C01;
}
</style>
border-color css
<style>
span { border-color: #213C01; }
span { border-color: rgb(33,60,1); }
td.TdClassName
{
border-color: #213C01;
}
.TagClassName
{
border-color: #213C01;
}
</style>