Shades of Pine Tree #21241C
Tints of Pine Tree #21241C
RGB
CMYK
RGB Variations
Color information
#21241C (or 0x21241C) is known color: Pine Tree. HEX triplet: 21, 24 and 1C. RGB value is (33,36,28). Sum of RGB (Red+Green+Blue) = 33+36+28=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 36 - color contains mainly: green. Hex color #21241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21241C is #DEDBE3. Grayscale: #222222. Windows color (decimal): -14605284 or 1844257. OLE color: 1844257.
HSL color Cylindrical-coordinate representation of color #21241C: hue angle of 82.5º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #21241C is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 33 | 36 | 28 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.86 |
| HSL | 82.5º | 0.13% | 0.13% | - |
| HSV(B) | 82.5º | 0.22% | 0.14% | - |
| XYZ | 1.47 | 1.67 | 1.34 | - |
| YUV | 34.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 28 | 0.08 | 0 | 0.22 | 0.86 | 82.5 | 0.13 | 0.13 |
| Hex | 21 | 24 | 1C | 8 | 0 | 16 | 56 | 52 | C | D |
| Octal | 41 | 44 | 34 | 10 | 0 | 26 | 126 | 122 | 14 | 15 |
| Binary | 100001 | 100100 | 11100 | 1000 | 0 | 10110 | 1010110 | 1010010 | 1100 | 1101 |
Color Harmonies of #21241C
Complementary color
Monochromatic Colors of #21241C
Black with #21241C
Text Example
Text Example
White with #21241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21241C; }
p { color: rgb(33,36,28); }
H1.HeaderClassName
{
color: #21241C;
}
.AnyTagClassName
{
color: #21241C;
}
</style>
background-color css
<style>
a { background-color: #21241C; }
a { background-color: rgb(33,36,28); }
div.DivClassName
{
background-color: #21241C;
}
.BgClassName
{
background-color: #21241C;
}
</style>
border-color css
<style>
span { border-color: #21241C; }
span { border-color: rgb(33,36,28); }
td.TdClassName
{
border-color: #21241C;
}
.TagClassName
{
border-color: #21241C;
}
</style>