Shades of Palm Green #22352C
Tints of Palm Green #22352C
RGB
CMYK
RGB Variations
Color information
#22352C (or 0x22352C) is known color: Palm Green. HEX triplet: 22, 35 and 2C. RGB value is (34,53,44). Sum of RGB (Red+Green+Blue) = 34+53+44=131 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.95% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 53 - color contains mainly: green. Hex color #22352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22352C is #DDCAD3. Grayscale: #2E2E2E. Windows color (decimal): -14535380 or 2897186. OLE color: 2897186.
HSL color Cylindrical-coordinate representation of color #22352C: hue angle of 151.58º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #22352C is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 34 | 53 | 44 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.79 |
| HSL | 151.58º | 0.22% | 0.17% | - |
| HSV(B) | 151.58º | 0.36% | 0.21% | - |
| XYZ | 2.39 | 3.07 | 2.85 | - |
| YUV | 46.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 53 | 44 | 0.36 | 0 | 0.17 | 0.79 | 151.58 | 0.22 | 0.17 |
| Hex | 22 | 35 | 2C | 24 | 0 | 11 | 4F | 98 | 16 | 11 |
| Octal | 42 | 65 | 54 | 44 | 0 | 21 | 117 | 230 | 26 | 21 |
| Binary | 100010 | 110101 | 101100 | 100100 | 0 | 10001 | 1001111 | 10011000 | 10110 | 10001 |
Color Harmonies of #22352C
Complementary color
Monochromatic Colors of #22352C
Black with #22352C
Text Example
Text Example
White with #22352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22352C; }
p { color: rgb(34,53,44); }
H1.HeaderClassName
{
color: #22352C;
}
.AnyTagClassName
{
color: #22352C;
}
</style>
background-color css
<style>
a { background-color: #22352C; }
a { background-color: rgb(34,53,44); }
div.DivClassName
{
background-color: #22352C;
}
.BgClassName
{
background-color: #22352C;
}
</style>
border-color css
<style>
span { border-color: #22352C; }
span { border-color: rgb(34,53,44); }
td.TdClassName
{
border-color: #22352C;
}
.TagClassName
{
border-color: #22352C;
}
</style>