Shades of Palm Green #25342D
Tints of Palm Green #25342D
RGB
CMYK
RGB Variations
Color information
#25342D (or 0x25342D) is known color: Palm Green. HEX triplet: 25, 34 and 2D. RGB value is (37,52,45). Sum of RGB (Red+Green+Blue) = 37+52+45=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 52 - color contains mainly: green. Hex color #25342D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25342D is #DACBD2. Grayscale: #2E2E2E. Windows color (decimal): -14339027 or 2962469. OLE color: 2962469.
HSL color Cylindrical-coordinate representation of color #25342D: hue angle of 152º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #25342D is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 52 | 45 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.80 |
| HSL | 152º | 0.17% | 0.17% | - |
| HSV(B) | 152º | 0.29% | 0.2% | - |
| XYZ | 2.46 | 3.04 | 2.94 | - |
| YUV | 46.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 52 | 45 | 0.29 | 0 | 0.13 | 0.80 | 152 | 0.17 | 0.17 |
| Hex | 25 | 34 | 2D | 1D | 0 | D | 50 | 98 | 11 | 11 |
| Octal | 45 | 64 | 55 | 35 | 0 | 15 | 120 | 230 | 21 | 21 |
| Binary | 100101 | 110100 | 101101 | 11101 | 0 | 1101 | 1010000 | 10011000 | 10001 | 10001 |
Color Harmonies of #25342D
Complementary color
Monochromatic Colors of #25342D
Black with #25342D
Text Example
Text Example
White with #25342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25342D; }
p { color: rgb(37,52,45); }
H1.HeaderClassName
{
color: #25342D;
}
.AnyTagClassName
{
color: #25342D;
}
</style>
background-color css
<style>
a { background-color: #25342D; }
a { background-color: rgb(37,52,45); }
div.DivClassName
{
background-color: #25342D;
}
.BgClassName
{
background-color: #25342D;
}
</style>
border-color css
<style>
span { border-color: #25342D; }
span { border-color: rgb(37,52,45); }
td.TdClassName
{
border-color: #25342D;
}
.TagClassName
{
border-color: #25342D;
}
</style>