Shades of Palm Green #25322C
Tints of Palm Green #25322C
RGB
CMYK
RGB Variations
Color information
#25322C (or 0x25322C) is known color: Palm Green. HEX triplet: 25, 32 and 2C. RGB value is (37,50,44). Sum of RGB (Red+Green+Blue) = 37+50+44=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 50 - color contains mainly: green. Hex color #25322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25322C is #DACDD3. Grayscale: #2D2D2D. Windows color (decimal): -14339540 or 2896421. OLE color: 2896421.
HSL color Cylindrical-coordinate representation of color #25322C: hue angle of 152.31º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #25322C is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 50 | 44 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.80 |
| HSL | 152.31º | 0.15% | 0.17% | - |
| HSV(B) | 152.31º | 0.26% | 0.2% | - |
| XYZ | 2.36 | 2.86 | 2.81 | - |
| YUV | 45.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 50 | 44 | 0.26 | 0 | 0.12 | 0.80 | 152.31 | 0.15 | 0.17 |
| Hex | 25 | 32 | 2C | 1A | 0 | C | 50 | 98 | F | 11 |
| Octal | 45 | 62 | 54 | 32 | 0 | 14 | 120 | 230 | 17 | 21 |
| Binary | 100101 | 110010 | 101100 | 11010 | 0 | 1100 | 1010000 | 10011000 | 1111 | 10001 |
Color Harmonies of #25322C
Complementary color
Monochromatic Colors of #25322C
Black with #25322C
Text Example
Text Example
White with #25322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25322C; }
p { color: rgb(37,50,44); }
H1.HeaderClassName
{
color: #25322C;
}
.AnyTagClassName
{
color: #25322C;
}
</style>
background-color css
<style>
a { background-color: #25322C; }
a { background-color: rgb(37,50,44); }
div.DivClassName
{
background-color: #25322C;
}
.BgClassName
{
background-color: #25322C;
}
</style>
border-color css
<style>
span { border-color: #25322C; }
span { border-color: rgb(37,50,44); }
td.TdClassName
{
border-color: #25322C;
}
.TagClassName
{
border-color: #25322C;
}
</style>