Shades of Pine Tree #213C08
Tints of Pine Tree #213C08
RGB
CMYK
RGB Variations
Color information
#213C08 (or 0x213C08) is known color: Pine Tree. HEX triplet: 21, 3C and 08. RGB value is (33,60,8). Sum of RGB (Red+Green+Blue) = 33+60+8=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 60 (23.83% from 255 or 59.41% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 60 - color contains mainly: green. Hex color #213C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213C08 is #DEC3F7. Grayscale: #2E2E2E. Windows color (decimal): -14599160 or 539681. OLE color: 539681.
HSL color Cylindrical-coordinate representation of color #213C08: hue angle of 91.15º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #213C08 is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 60 | 8 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.76 |
| HSL | 91.15º | 0.76% | 0.13% | - |
| HSV(B) | 91.15º | 0.87% | 0.24% | - |
| XYZ | 2.29 | 3.57 | 0.8 | - |
| YUV | 46 | 106.55 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 8 | 0.45 | 0 | 0.87 | 0.76 | 91.15 | 0.76 | 0.13 |
| Hex | 21 | 3C | 8 | 2D | 0 | 57 | 4C | 5B | 4C | D |
| Octal | 41 | 74 | 10 | 55 | 0 | 127 | 114 | 133 | 114 | 15 |
| Binary | 100001 | 111100 | 1000 | 101101 | 0 | 1010111 | 1001100 | 1011011 | 1001100 | 1101 |
Color Harmonies of #213C08
Complementary color
Monochromatic Colors of #213C08
Black with #213C08
Text Example
Text Example
White with #213C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213C08; }
p { color: rgb(33,60,8); }
H1.HeaderClassName
{
color: #213C08;
}
.AnyTagClassName
{
color: #213C08;
}
</style>
background-color css
<style>
a { background-color: #213C08; }
a { background-color: rgb(33,60,8); }
div.DivClassName
{
background-color: #213C08;
}
.BgClassName
{
background-color: #213C08;
}
</style>
border-color css
<style>
span { border-color: #213C08; }
span { border-color: rgb(33,60,8); }
td.TdClassName
{
border-color: #213C08;
}
.TagClassName
{
border-color: #213C08;
}
</style>