Shades of Pine Tree #213C02
Tints of Pine Tree #213C02
RGB
CMYK
RGB Variations
Color information
#213C02 (or 0x213C02) is known color: Pine Tree. HEX triplet: 21, 3C and 02. RGB value is (33,60,2). Sum of RGB (Red+Green+Blue) = 33+60+2=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 60 (23.83% from 255 or 63.16% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 60 - color contains mainly: green. Hex color #213C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213C02 is #DEC3FD. Grayscale: #2D2D2D. Windows color (decimal): -14599166 or 146465. OLE color: 146465.
HSL color Cylindrical-coordinate representation of color #213C02: hue angle of 87.93º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #213C02 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 60 | 2 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.76 |
| HSL | 87.93º | 0.94% | 0.12% | - |
| HSV(B) | 87.93º | 0.97% | 0.24% | - |
| XYZ | 2.25 | 3.56 | 0.63 | - |
| YUV | 45.32 | 103.55 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 2 | 0.45 | 0 | 0.97 | 0.76 | 87.93 | 0.94 | 0.12 |
| Hex | 21 | 3C | 2 | 2D | 0 | 61 | 4C | 58 | 5E | C |
| Octal | 41 | 74 | 2 | 55 | 0 | 141 | 114 | 130 | 136 | 14 |
| Binary | 100001 | 111100 | 10 | 101101 | 0 | 1100001 | 1001100 | 1011000 | 1011110 | 1100 |
Color Harmonies of #213C02
Complementary color
Monochromatic Colors of #213C02
Black with #213C02
Text Example
Text Example
White with #213C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213C02; }
p { color: rgb(33,60,2); }
H1.HeaderClassName
{
color: #213C02;
}
.AnyTagClassName
{
color: #213C02;
}
</style>
background-color css
<style>
a { background-color: #213C02; }
a { background-color: rgb(33,60,2); }
div.DivClassName
{
background-color: #213C02;
}
.BgClassName
{
background-color: #213C02;
}
</style>
border-color css
<style>
span { border-color: #213C02; }
span { border-color: rgb(33,60,2); }
td.TdClassName
{
border-color: #213C02;
}
.TagClassName
{
border-color: #213C02;
}
</style>