Shades of Pine Tree #21300E
Tints of Pine Tree #21300E
RGB
CMYK
RGB Variations
Color information
#21300E (or 0x21300E) is known color: Pine Tree. HEX triplet: 21, 30 and 0E. RGB value is (33,48,14). Sum of RGB (Red+Green+Blue) = 33+48+14=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #21300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21300E is #DECFF1. Grayscale: #272727. Windows color (decimal): -14602226 or 929825. OLE color: 929825.
HSL color Cylindrical-coordinate representation of color #21300E: hue angle of 86.47º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21300E is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 48 | 14 | - |
| CMYK | 0.31 | 0 | 0.71 | 0.81 |
| HSL | 86.47º | 0.55% | 0.12% | - |
| HSV(B) | 86.47º | 0.71% | 0.19% | - |
| XYZ | 1.76 | 2.47 | 0.8 | - |
| YUV | 39.64 | 113.53 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 48 | 14 | 0.31 | 0 | 0.71 | 0.81 | 86.47 | 0.55 | 0.12 |
| Hex | 21 | 30 | E | 1F | 0 | 47 | 51 | 56 | 37 | C |
| Octal | 41 | 60 | 16 | 37 | 0 | 107 | 121 | 126 | 67 | 14 |
| Binary | 100001 | 110000 | 1110 | 11111 | 0 | 1000111 | 1010001 | 1010110 | 110111 | 1100 |
Color Harmonies of #21300E
Complementary color
Monochromatic Colors of #21300E
Black with #21300E
Text Example
Text Example
White with #21300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21300E; }
p { color: rgb(33,48,14); }
H1.HeaderClassName
{
color: #21300E;
}
.AnyTagClassName
{
color: #21300E;
}
</style>
background-color css
<style>
a { background-color: #21300E; }
a { background-color: rgb(33,48,14); }
div.DivClassName
{
background-color: #21300E;
}
.BgClassName
{
background-color: #21300E;
}
</style>
border-color css
<style>
span { border-color: #21300E; }
span { border-color: rgb(33,48,14); }
td.TdClassName
{
border-color: #21300E;
}
.TagClassName
{
border-color: #21300E;
}
</style>