Shades of Pine Tree #21310C
Tints of Pine Tree #21310C
RGB
CMYK
RGB Variations
Color information
#21310C (or 0x21310C) is known color: Pine Tree. HEX triplet: 21, 31 and 0C. RGB value is (33,49,12). Sum of RGB (Red+Green+Blue) = 33+49+12=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #21310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21310C is #DECEF3. Grayscale: #282828. Windows color (decimal): -14601972 or 799009. OLE color: 799009.
HSL color Cylindrical-coordinate representation of color #21310C: hue angle of 85.95º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21310C is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 49 | 12 | - |
| CMYK | 0.33 | 0 | 0.76 | 0.81 |
| HSL | 85.95º | 0.61% | 0.12% | - |
| HSV(B) | 85.95º | 0.76% | 0.19% | - |
| XYZ | 1.79 | 2.55 | 0.74 | - |
| YUV | 40 | 112.2 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 12 | 0.33 | 0 | 0.76 | 0.81 | 85.95 | 0.61 | 0.12 |
| Hex | 21 | 31 | C | 21 | 0 | 4C | 51 | 56 | 3D | C |
| Octal | 41 | 61 | 14 | 41 | 0 | 114 | 121 | 126 | 75 | 14 |
| Binary | 100001 | 110001 | 1100 | 100001 | 0 | 1001100 | 1010001 | 1010110 | 111101 | 1100 |
Color Harmonies of #21310C
Complementary color
Monochromatic Colors of #21310C
Black with #21310C
Text Example
Text Example
White with #21310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21310C; }
p { color: rgb(33,49,12); }
H1.HeaderClassName
{
color: #21310C;
}
.AnyTagClassName
{
color: #21310C;
}
</style>
background-color css
<style>
a { background-color: #21310C; }
a { background-color: rgb(33,49,12); }
div.DivClassName
{
background-color: #21310C;
}
.BgClassName
{
background-color: #21310C;
}
</style>
border-color css
<style>
span { border-color: #21310C; }
span { border-color: rgb(33,49,12); }
td.TdClassName
{
border-color: #21310C;
}
.TagClassName
{
border-color: #21310C;
}
</style>