Shades of Pine Tree #21330D
Tints of Pine Tree #21330D
RGB
CMYK
RGB Variations
Color information
#21330D (or 0x21330D) is known color: Pine Tree. HEX triplet: 21, 33 and 0D. RGB value is (33,51,13). Sum of RGB (Red+Green+Blue) = 33+51+13=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 51 (20.31% from 255 or 52.58% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 51 - color contains mainly: green. Hex color #21330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21330D is #DECCF2. Grayscale: #292929. Windows color (decimal): -14601459 or 865057. OLE color: 865057.
HSL color Cylindrical-coordinate representation of color #21330D: hue angle of 88.42º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21330D is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 33 | 51 | 13 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.8 |
| HSL | 88.42º | 0.59% | 0.13% | - |
| HSV(B) | 88.42º | 0.75% | 0.2% | - |
| XYZ | 1.88 | 2.72 | 0.81 | - |
| YUV | 41.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 13 | 0.35 | 0 | 0.75 | 0.8 | 88.42 | 0.59 | 0.13 |
| Hex | 21 | 33 | D | 23 | 0 | 4B | 50 | 58 | 3B | D |
| Octal | 41 | 63 | 15 | 43 | 0 | 113 | 120 | 130 | 73 | 15 |
| Binary | 100001 | 110011 | 1101 | 100011 | 0 | 1001011 | 1010000 | 1011000 | 111011 | 1101 |
Color Harmonies of #21330D
Complementary color
Monochromatic Colors of #21330D
Black with #21330D
Text Example
Text Example
White with #21330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21330D; }
p { color: rgb(33,51,13); }
H1.HeaderClassName
{
color: #21330D;
}
.AnyTagClassName
{
color: #21330D;
}
</style>
background-color css
<style>
a { background-color: #21330D; }
a { background-color: rgb(33,51,13); }
div.DivClassName
{
background-color: #21330D;
}
.BgClassName
{
background-color: #21330D;
}
</style>
border-color css
<style>
span { border-color: #21330D; }
span { border-color: rgb(33,51,13); }
td.TdClassName
{
border-color: #21330D;
}
.TagClassName
{
border-color: #21330D;
}
</style>