Shades of Pine Tree #21380D
Tints of Pine Tree #21380D
RGB
CMYK
RGB Variations
Color information
#21380D (or 0x21380D) is known color: Pine Tree. HEX triplet: 21, 38 and 0D. RGB value is (33,56,13). Sum of RGB (Red+Green+Blue) = 33+56+13=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 56 (22.27% from 255 or 54.90% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 56 - color contains mainly: green. Hex color #21380D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21380D is #DEC7F2. Grayscale: #2C2C2C. Windows color (decimal): -14600179 or 866337. OLE color: 866337.
HSL color Cylindrical-coordinate representation of color #21380D: hue angle of 92.09º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21380D is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 56 | 13 | - |
| CMYK | 0.41 | 0 | 0.77 | 0.78 |
| HSL | 92.09º | 0.62% | 0.14% | - |
| HSV(B) | 92.09º | 0.77% | 0.22% | - |
| XYZ | 2.11 | 3.18 | 0.88 | - |
| YUV | 44.22 | 110.38 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 13 | 0.41 | 0 | 0.77 | 0.78 | 92.09 | 0.62 | 0.14 |
| Hex | 21 | 38 | D | 29 | 0 | 4D | 4E | 5C | 3E | E |
| Octal | 41 | 70 | 15 | 51 | 0 | 115 | 116 | 134 | 76 | 16 |
| Binary | 100001 | 111000 | 1101 | 101001 | 0 | 1001101 | 1001110 | 1011100 | 111110 | 1110 |
Color Harmonies of #21380D
Complementary color
Monochromatic Colors of #21380D
Black with #21380D
Text Example
Text Example
White with #21380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21380D; }
p { color: rgb(33,56,13); }
H1.HeaderClassName
{
color: #21380D;
}
.AnyTagClassName
{
color: #21380D;
}
</style>
background-color css
<style>
a { background-color: #21380D; }
a { background-color: rgb(33,56,13); }
div.DivClassName
{
background-color: #21380D;
}
.BgClassName
{
background-color: #21380D;
}
</style>
border-color css
<style>
span { border-color: #21380D; }
span { border-color: rgb(33,56,13); }
td.TdClassName
{
border-color: #21380D;
}
.TagClassName
{
border-color: #21380D;
}
</style>