Shades of Pine Tree #213F08
Tints of Pine Tree #213F08
RGB
CMYK
RGB Variations
Color information
#213F08 (or 0x213F08) is known color: Pine Tree. HEX triplet: 21, 3F and 08. RGB value is (33,63,8). Sum of RGB (Red+Green+Blue) = 33+63+8=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 63 (25% from 255 or 60.58% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 63 - color contains mainly: green. Hex color #213F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213F08 is #DEC0F7. Grayscale: #2F2F2F. Windows color (decimal): -14598392 or 540449. OLE color: 540449.
HSL color Cylindrical-coordinate representation of color #213F08: hue angle of 92.73º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #213F08 is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 63 | 8 | - |
| CMYK | 0.48 | 0 | 0.87 | 0.75 |
| HSL | 92.73º | 0.77% | 0.14% | - |
| HSV(B) | 92.73º | 0.87% | 0.25% | - |
| XYZ | 2.45 | 3.9 | 0.85 | - |
| YUV | 47.76 | 105.56 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 8 | 0.48 | 0 | 0.87 | 0.75 | 92.73 | 0.77 | 0.14 |
| Hex | 21 | 3F | 8 | 30 | 0 | 57 | 4B | 5D | 4D | E |
| Octal | 41 | 77 | 10 | 60 | 0 | 127 | 113 | 135 | 115 | 16 |
| Binary | 100001 | 111111 | 1000 | 110000 | 0 | 1010111 | 1001011 | 1011101 | 1001101 | 1110 |
Color Harmonies of #213F08
Complementary color
Monochromatic Colors of #213F08
Black with #213F08
Text Example
Text Example
White with #213F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F08; }
p { color: rgb(33,63,8); }
H1.HeaderClassName
{
color: #213F08;
}
.AnyTagClassName
{
color: #213F08;
}
</style>
background-color css
<style>
a { background-color: #213F08; }
a { background-color: rgb(33,63,8); }
div.DivClassName
{
background-color: #213F08;
}
.BgClassName
{
background-color: #213F08;
}
</style>
border-color css
<style>
span { border-color: #213F08; }
span { border-color: rgb(33,63,8); }
td.TdClassName
{
border-color: #213F08;
}
.TagClassName
{
border-color: #213F08;
}
</style>