Shades of Pine Tree #21380A
Tints of Pine Tree #21380A
RGB
CMYK
RGB Variations
Color information
#21380A (or 0x21380A) is known color: Pine Tree. HEX triplet: 21, 38 and 0A. RGB value is (33,56,10). Sum of RGB (Red+Green+Blue) = 33+56+10=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 56 (22.27% from 255 or 56.57% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 56 - color contains mainly: green. Hex color #21380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21380A is #DEC7F5. Grayscale: #2C2C2C. Windows color (decimal): -14600182 or 669729. OLE color: 669729.
HSL color Cylindrical-coordinate representation of color #21380A: hue angle of 90º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21380A is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 56 | 10 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.78 |
| HSL | 90º | 0.7% | 0.13% | - |
| HSV(B) | 90º | 0.82% | 0.22% | - |
| XYZ | 2.1 | 3.17 | 0.79 | - |
| YUV | 43.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 10 | 0.41 | 0 | 0.82 | 0.78 | 90 | 0.7 | 0.13 |
| Hex | 21 | 38 | A | 29 | 0 | 52 | 4E | 5A | 46 | D |
| Octal | 41 | 70 | 12 | 51 | 0 | 122 | 116 | 132 | 106 | 15 |
| Binary | 100001 | 111000 | 1010 | 101001 | 0 | 1010010 | 1001110 | 1011010 | 1000110 | 1101 |
Color Harmonies of #21380A
Complementary color
Monochromatic Colors of #21380A
Black with #21380A
Text Example
Text Example
White with #21380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21380A; }
p { color: rgb(33,56,10); }
H1.HeaderClassName
{
color: #21380A;
}
.AnyTagClassName
{
color: #21380A;
}
</style>
background-color css
<style>
a { background-color: #21380A; }
a { background-color: rgb(33,56,10); }
div.DivClassName
{
background-color: #21380A;
}
.BgClassName
{
background-color: #21380A;
}
</style>
border-color css
<style>
span { border-color: #21380A; }
span { border-color: rgb(33,56,10); }
td.TdClassName
{
border-color: #21380A;
}
.TagClassName
{
border-color: #21380A;
}
</style>