Shades of Pine Tree #213F01
Tints of Pine Tree #213F01
RGB
CMYK
RGB Variations
Color information
#213F01 (or 0x213F01) is known color: Pine Tree. HEX triplet: 21, 3F and 01. RGB value is (33,63,1). Sum of RGB (Red+Green+Blue) = 33+63+1=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 63 (25% from 255 or 64.95% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 63 - color contains mainly: green. Hex color #213F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213F01 is #DEC0FE. Grayscale: #2F2F2F. Windows color (decimal): -14598399 or 81697. OLE color: 81697.
HSL color Cylindrical-coordinate representation of color #213F01: hue angle of 89.03º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #213F01 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 63 | 1 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.75 |
| HSL | 89.03º | 0.97% | 0.13% | - |
| HSV(B) | 89.03º | 0.98% | 0.25% | - |
| XYZ | 2.41 | 3.88 | 0.65 | - |
| YUV | 46.96 | 102.06 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 1 | 0.48 | 0 | 0.98 | 0.75 | 89.03 | 0.97 | 0.13 |
| Hex | 21 | 3F | 1 | 30 | 0 | 62 | 4B | 59 | 61 | D |
| Octal | 41 | 77 | 1 | 60 | 0 | 142 | 113 | 131 | 141 | 15 |
| Binary | 100001 | 111111 | 1 | 110000 | 0 | 1100010 | 1001011 | 1011001 | 1100001 | 1101 |
Color Harmonies of #213F01
Complementary color
Monochromatic Colors of #213F01
Black with #213F01
Text Example
Text Example
White with #213F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F01; }
p { color: rgb(33,63,1); }
H1.HeaderClassName
{
color: #213F01;
}
.AnyTagClassName
{
color: #213F01;
}
</style>
background-color css
<style>
a { background-color: #213F01; }
a { background-color: rgb(33,63,1); }
div.DivClassName
{
background-color: #213F01;
}
.BgClassName
{
background-color: #213F01;
}
</style>
border-color css
<style>
span { border-color: #213F01; }
span { border-color: rgb(33,63,1); }
td.TdClassName
{
border-color: #213F01;
}
.TagClassName
{
border-color: #213F01;
}
</style>