Shades of Palm Green #253D2F
Tints of Palm Green #253D2F
RGB
CMYK
RGB Variations
Color information
#253D2F (or 0x253D2F) is known color: Palm Green. HEX triplet: 25, 3D and 2F. RGB value is (37,61,47). Sum of RGB (Red+Green+Blue) = 37+61+47=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 61 - color contains mainly: green. Hex color #253D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D2F is #DAC2D0. Grayscale: #343434. Windows color (decimal): -14336721 or 3095845. OLE color: 3095845.
HSL color Cylindrical-coordinate representation of color #253D2F: hue angle of 145º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #253D2F is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 61 | 47 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.76 |
| HSL | 145º | 0.24% | 0.19% | - |
| HSV(B) | 145º | 0.39% | 0.24% | - |
| XYZ | 2.94 | 3.94 | 3.29 | - |
| YUV | 52.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 47 | 0.39 | 0 | 0.23 | 0.76 | 145 | 0.24 | 0.19 |
| Hex | 25 | 3D | 2F | 27 | 0 | 17 | 4C | 91 | 18 | 13 |
| Octal | 45 | 75 | 57 | 47 | 0 | 27 | 114 | 221 | 30 | 23 |
| Binary | 100101 | 111101 | 101111 | 100111 | 0 | 10111 | 1001100 | 10010001 | 11000 | 10011 |
Color Harmonies of #253D2F
Complementary color
Monochromatic Colors of #253D2F
Black with #253D2F
Text Example
Text Example
White with #253D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D2F; }
p { color: rgb(37,61,47); }
H1.HeaderClassName
{
color: #253D2F;
}
.AnyTagClassName
{
color: #253D2F;
}
</style>
background-color css
<style>
a { background-color: #253D2F; }
a { background-color: rgb(37,61,47); }
div.DivClassName
{
background-color: #253D2F;
}
.BgClassName
{
background-color: #253D2F;
}
</style>
border-color css
<style>
span { border-color: #253D2F; }
span { border-color: rgb(37,61,47); }
td.TdClassName
{
border-color: #253D2F;
}
.TagClassName
{
border-color: #253D2F;
}
</style>