Shades of Pine Tree #213D01
Tints of Pine Tree #213D01
RGB
CMYK
RGB Variations
Color information
#213D01 (or 0x213D01) is known color: Pine Tree. HEX triplet: 21, 3D and 01. RGB value is (33,61,1). Sum of RGB (Red+Green+Blue) = 33+61+1=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 61 (24.22% from 255 or 64.21% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 61 - color contains mainly: green. Hex color #213D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213D01 is #DEC2FE. Grayscale: #2D2D2D. Windows color (decimal): -14598911 or 81185. OLE color: 81185.
HSL color Cylindrical-coordinate representation of color #213D01: hue angle of 88º 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 #213D01 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 61 | 1 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.76 |
| HSL | 88º | 0.97% | 0.12% | - |
| HSV(B) | 88º | 0.98% | 0.24% | - |
| XYZ | 2.3 | 3.66 | 0.61 | - |
| YUV | 45.79 | 102.72 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 1 | 0.46 | 0 | 0.98 | 0.76 | 88 | 0.97 | 0.12 |
| Hex | 21 | 3D | 1 | 2E | 0 | 62 | 4C | 58 | 61 | C |
| Octal | 41 | 75 | 1 | 56 | 0 | 142 | 114 | 130 | 141 | 14 |
| Binary | 100001 | 111101 | 1 | 101110 | 0 | 1100010 | 1001100 | 1011000 | 1100001 | 1100 |
Color Harmonies of #213D01
Complementary color
Monochromatic Colors of #213D01
Black with #213D01
Text Example
Text Example
White with #213D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D01; }
p { color: rgb(33,61,1); }
H1.HeaderClassName
{
color: #213D01;
}
.AnyTagClassName
{
color: #213D01;
}
</style>
background-color css
<style>
a { background-color: #213D01; }
a { background-color: rgb(33,61,1); }
div.DivClassName
{
background-color: #213D01;
}
.BgClassName
{
background-color: #213D01;
}
</style>
border-color css
<style>
span { border-color: #213D01; }
span { border-color: rgb(33,61,1); }
td.TdClassName
{
border-color: #213D01;
}
.TagClassName
{
border-color: #213D01;
}
</style>