Shades of Pine Tree #212E0F
Tints of Pine Tree #212E0F
RGB
CMYK
RGB Variations
Color information
#212E0F (or 0x212E0F) is known color: Pine Tree. HEX triplet: 21, 2E and 0F. RGB value is (33,46,15). Sum of RGB (Red+Green+Blue) = 33+46+15=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 46 (18.36% from 255 or 48.94% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 46 - color contains mainly: green. Hex color #212E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212E0F is #DED1F0. Grayscale: #262626. Windows color (decimal): -14602737 or 994849. OLE color: 994849.
HSL color Cylindrical-coordinate representation of color #212E0F: hue angle of 85.16º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #212E0F is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 46 | 15 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.82 |
| HSL | 85.16º | 0.51% | 0.12% | - |
| HSV(B) | 85.16º | 0.67% | 0.18% | - |
| XYZ | 1.69 | 2.31 | 0.81 | - |
| YUV | 38.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 15 | 0.28 | 0 | 0.67 | 0.82 | 85.16 | 0.51 | 0.12 |
| Hex | 21 | 2E | F | 1C | 0 | 43 | 52 | 55 | 33 | C |
| Octal | 41 | 56 | 17 | 34 | 0 | 103 | 122 | 125 | 63 | 14 |
| Binary | 100001 | 101110 | 1111 | 11100 | 0 | 1000011 | 1010010 | 1010101 | 110011 | 1100 |
Color Harmonies of #212E0F
Complementary color
Monochromatic Colors of #212E0F
Black with #212E0F
Text Example
Text Example
White with #212E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E0F; }
p { color: rgb(33,46,15); }
H1.HeaderClassName
{
color: #212E0F;
}
.AnyTagClassName
{
color: #212E0F;
}
</style>
background-color css
<style>
a { background-color: #212E0F; }
a { background-color: rgb(33,46,15); }
div.DivClassName
{
background-color: #212E0F;
}
.BgClassName
{
background-color: #212E0F;
}
</style>
border-color css
<style>
span { border-color: #212E0F; }
span { border-color: rgb(33,46,15); }
td.TdClassName
{
border-color: #212E0F;
}
.TagClassName
{
border-color: #212E0F;
}
</style>