Shades of Pine Tree #213C03
Tints of Pine Tree #213C03
RGB
CMYK
RGB Variations
Color information
#213C03 (or 0x213C03) is known color: Pine Tree. HEX triplet: 21, 3C and 03. RGB value is (33,60,3). Sum of RGB (Red+Green+Blue) = 33+60+3=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 60 (23.83% from 255 or 62.5% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 60 - color contains mainly: green. Hex color #213C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213C03 is #DEC3FC. Grayscale: #2D2D2D. Windows color (decimal): -14599165 or 212001. OLE color: 212001.
HSL color Cylindrical-coordinate representation of color #213C03: hue angle of 88.42º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #213C03 is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 60 | 3 | - |
| CMYK | 0.45 | 0 | 0.95 | 0.76 |
| HSL | 88.42º | 0.9% | 0.12% | - |
| HSV(B) | 88.42º | 0.95% | 0.24% | - |
| XYZ | 2.26 | 3.56 | 0.65 | - |
| YUV | 45.43 | 104.05 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 3 | 0.45 | 0 | 0.95 | 0.76 | 88.42 | 0.9 | 0.12 |
| Hex | 21 | 3C | 3 | 2D | 0 | 5F | 4C | 58 | 5A | C |
| Octal | 41 | 74 | 3 | 55 | 0 | 137 | 114 | 130 | 132 | 14 |
| Binary | 100001 | 111100 | 11 | 101101 | 0 | 1011111 | 1001100 | 1011000 | 1011010 | 1100 |
Color Harmonies of #213C03
Complementary color
Monochromatic Colors of #213C03
Black with #213C03
Text Example
Text Example
White with #213C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213C03; }
p { color: rgb(33,60,3); }
H1.HeaderClassName
{
color: #213C03;
}
.AnyTagClassName
{
color: #213C03;
}
</style>
background-color css
<style>
a { background-color: #213C03; }
a { background-color: rgb(33,60,3); }
div.DivClassName
{
background-color: #213C03;
}
.BgClassName
{
background-color: #213C03;
}
</style>
border-color css
<style>
span { border-color: #213C03; }
span { border-color: rgb(33,60,3); }
td.TdClassName
{
border-color: #213C03;
}
.TagClassName
{
border-color: #213C03;
}
</style>