Shades of Palm Green #21362C
Tints of Palm Green #21362C
RGB
CMYK
RGB Variations
Color information
#21362C (or 0x21362C) is known color: Palm Green. HEX triplet: 21, 36 and 2C. RGB value is (33,54,44). Sum of RGB (Red+Green+Blue) = 33+54+44=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 54 (21.48% from 255 or 41.22% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 54 - color contains mainly: green. Hex color #21362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21362C is #DEC9D3. Grayscale: #2E2E2E. Windows color (decimal): -14600660 or 2897441. OLE color: 2897441.
HSL color Cylindrical-coordinate representation of color #21362C: hue angle of 151.43º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #21362C is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 33 | 54 | 44 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.79 |
| HSL | 151.43º | 0.24% | 0.17% | - |
| HSV(B) | 151.43º | 0.39% | 0.21% | - |
| XYZ | 2.4 | 3.14 | 2.86 | - |
| YUV | 46.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 44 | 0.39 | 0 | 0.19 | 0.79 | 151.43 | 0.24 | 0.17 |
| Hex | 21 | 36 | 2C | 27 | 0 | 13 | 4F | 97 | 18 | 11 |
| Octal | 41 | 66 | 54 | 47 | 0 | 23 | 117 | 227 | 30 | 21 |
| Binary | 100001 | 110110 | 101100 | 100111 | 0 | 10011 | 1001111 | 10010111 | 11000 | 10001 |
Color Harmonies of #21362C
Complementary color
Monochromatic Colors of #21362C
Black with #21362C
Text Example
Text Example
White with #21362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21362C; }
p { color: rgb(33,54,44); }
H1.HeaderClassName
{
color: #21362C;
}
.AnyTagClassName
{
color: #21362C;
}
</style>
background-color css
<style>
a { background-color: #21362C; }
a { background-color: rgb(33,54,44); }
div.DivClassName
{
background-color: #21362C;
}
.BgClassName
{
background-color: #21362C;
}
</style>
border-color css
<style>
span { border-color: #21362C; }
span { border-color: rgb(33,54,44); }
td.TdClassName
{
border-color: #21362C;
}
.TagClassName
{
border-color: #21362C;
}
</style>