Shades of Pine Tree #21310E
Tints of Pine Tree #21310E
RGB
CMYK
RGB Variations
Color information
#21310E (or 0x21310E) is known color: Pine Tree. HEX triplet: 21, 31 and 0E. RGB value is (33,49,14). Sum of RGB (Red+Green+Blue) = 33+49+14=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #21310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21310E is #DECEF1. Grayscale: #282828. Windows color (decimal): -14601970 or 930081. OLE color: 930081.
HSL color Cylindrical-coordinate representation of color #21310E: hue angle of 87.43º degrees, saturation: 0.56, 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 #21310E is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 49 | 14 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.81 |
| HSL | 87.43º | 0.56% | 0.12% | - |
| HSV(B) | 87.43º | 0.71% | 0.19% | - |
| XYZ | 1.8 | 2.55 | 0.81 | - |
| YUV | 40.23 | 113.2 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 14 | 0.33 | 0 | 0.71 | 0.81 | 87.43 | 0.56 | 0.12 |
| Hex | 21 | 31 | E | 21 | 0 | 47 | 51 | 57 | 38 | C |
| Octal | 41 | 61 | 16 | 41 | 0 | 107 | 121 | 127 | 70 | 14 |
| Binary | 100001 | 110001 | 1110 | 100001 | 0 | 1000111 | 1010001 | 1010111 | 111000 | 1100 |
Color Harmonies of #21310E
Complementary color
Monochromatic Colors of #21310E
Black with #21310E
Text Example
Text Example
White with #21310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21310E; }
p { color: rgb(33,49,14); }
H1.HeaderClassName
{
color: #21310E;
}
.AnyTagClassName
{
color: #21310E;
}
</style>
background-color css
<style>
a { background-color: #21310E; }
a { background-color: rgb(33,49,14); }
div.DivClassName
{
background-color: #21310E;
}
.BgClassName
{
background-color: #21310E;
}
</style>
border-color css
<style>
span { border-color: #21310E; }
span { border-color: rgb(33,49,14); }
td.TdClassName
{
border-color: #21310E;
}
.TagClassName
{
border-color: #21310E;
}
</style>