Shades of Pine Tree #21370B
Tints of Pine Tree #21370B
RGB
CMYK
RGB Variations
Color information
#21370B (or 0x21370B) is known color: Pine Tree. HEX triplet: 21, 37 and 0B. RGB value is (33,55,11). Sum of RGB (Red+Green+Blue) = 33+55+11=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 55 (21.88% from 255 or 55.56% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 55 - color contains mainly: green. Hex color #21370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21370B is #DEC8F4. Grayscale: #2B2B2B. Windows color (decimal): -14600437 or 735009. OLE color: 735009.
HSL color Cylindrical-coordinate representation of color #21370B: hue angle of 90º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21370B is Cyan = 0.4, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 55 | 11 | - |
| CMYK | 0.4 | 0 | 0.8 | 0.78 |
| HSL | 90º | 0.67% | 0.13% | - |
| HSV(B) | 90º | 0.8% | 0.22% | - |
| XYZ | 2.05 | 3.08 | 0.8 | - |
| YUV | 43.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 11 | 0.4 | 0 | 0.8 | 0.78 | 90 | 0.67 | 0.13 |
| Hex | 21 | 37 | B | 28 | 0 | 50 | 4E | 5A | 43 | D |
| Octal | 41 | 67 | 13 | 50 | 0 | 120 | 116 | 132 | 103 | 15 |
| Binary | 100001 | 110111 | 1011 | 101000 | 0 | 1010000 | 1001110 | 1011010 | 1000011 | 1101 |
Color Harmonies of #21370B
Complementary color
Monochromatic Colors of #21370B
Black with #21370B
Text Example
Text Example
White with #21370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21370B; }
p { color: rgb(33,55,11); }
H1.HeaderClassName
{
color: #21370B;
}
.AnyTagClassName
{
color: #21370B;
}
</style>
background-color css
<style>
a { background-color: #21370B; }
a { background-color: rgb(33,55,11); }
div.DivClassName
{
background-color: #21370B;
}
.BgClassName
{
background-color: #21370B;
}
</style>
border-color css
<style>
span { border-color: #21370B; }
span { border-color: rgb(33,55,11); }
td.TdClassName
{
border-color: #21370B;
}
.TagClassName
{
border-color: #21370B;
}
</style>