Shades of Pine Tree #213D04
Tints of Pine Tree #213D04
RGB
CMYK
RGB Variations
Color information
#213D04 (or 0x213D04) is known color: Pine Tree. HEX triplet: 21, 3D and 04. RGB value is (33,61,4). Sum of RGB (Red+Green+Blue) = 33+61+4=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 61 (24.22% from 255 or 62.24% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 61 - color contains mainly: green. Hex color #213D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213D04 is #DEC2FB. Grayscale: #2E2E2E. Windows color (decimal): -14598908 or 277793. OLE color: 277793.
HSL color Cylindrical-coordinate representation of color #213D04: hue angle of 89.47º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #213D04 is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 61 | 4 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.76 |
| HSL | 89.47º | 0.88% | 0.13% | - |
| HSV(B) | 89.47º | 0.93% | 0.24% | - |
| XYZ | 2.32 | 3.67 | 0.7 | - |
| YUV | 46.13 | 104.22 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 4 | 0.46 | 0 | 0.93 | 0.76 | 89.47 | 0.88 | 0.13 |
| Hex | 21 | 3D | 4 | 2E | 0 | 5D | 4C | 59 | 58 | D |
| Octal | 41 | 75 | 4 | 56 | 0 | 135 | 114 | 131 | 130 | 15 |
| Binary | 100001 | 111101 | 100 | 101110 | 0 | 1011101 | 1001100 | 1011001 | 1011000 | 1101 |
Color Harmonies of #213D04
Complementary color
Monochromatic Colors of #213D04
Black with #213D04
Text Example
Text Example
White with #213D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D04; }
p { color: rgb(33,61,4); }
H1.HeaderClassName
{
color: #213D04;
}
.AnyTagClassName
{
color: #213D04;
}
</style>
background-color css
<style>
a { background-color: #213D04; }
a { background-color: rgb(33,61,4); }
div.DivClassName
{
background-color: #213D04;
}
.BgClassName
{
background-color: #213D04;
}
</style>
border-color css
<style>
span { border-color: #213D04; }
span { border-color: rgb(33,61,4); }
td.TdClassName
{
border-color: #213D04;
}
.TagClassName
{
border-color: #213D04;
}
</style>