Shades of Palm Green #22412D
Tints of Palm Green #22412D
RGB
CMYK
RGB Variations
Color information
#22412D (or 0x22412D) is known color: Palm Green. HEX triplet: 22, 41 and 2D. RGB value is (34,65,45). Sum of RGB (Red+Green+Blue) = 34+65+45=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #22412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22412D is #DDBED2. Grayscale: #353535. Windows color (decimal): -14532307 or 2965794. OLE color: 2965794.
HSL color Cylindrical-coordinate representation of color #22412D: hue angle of 141.29º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #22412D is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 65 | 45 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.75 |
| HSL | 141.29º | 0.31% | 0.19% | - |
| HSV(B) | 141.29º | 0.48% | 0.25% | - |
| XYZ | 3.02 | 4.31 | 3.16 | - |
| YUV | 53.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 65 | 45 | 0.48 | 0 | 0.31 | 0.75 | 141.29 | 0.31 | 0.19 |
| Hex | 22 | 41 | 2D | 30 | 0 | 1F | 4B | 8D | 1F | 13 |
| Octal | 42 | 101 | 55 | 60 | 0 | 37 | 113 | 215 | 37 | 23 |
| Binary | 100010 | 1000001 | 101101 | 110000 | 0 | 11111 | 1001011 | 10001101 | 11111 | 10011 |
Color Harmonies of #22412D
Complementary color
Monochromatic Colors of #22412D
Black with #22412D
Text Example
Text Example
White with #22412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22412D; }
p { color: rgb(34,65,45); }
H1.HeaderClassName
{
color: #22412D;
}
.AnyTagClassName
{
color: #22412D;
}
</style>
background-color css
<style>
a { background-color: #22412D; }
a { background-color: rgb(34,65,45); }
div.DivClassName
{
background-color: #22412D;
}
.BgClassName
{
background-color: #22412D;
}
</style>
border-color css
<style>
span { border-color: #22412D; }
span { border-color: rgb(34,65,45); }
td.TdClassName
{
border-color: #22412D;
}
.TagClassName
{
border-color: #22412D;
}
</style>