Shades of Palm Green #253C30
Tints of Palm Green #253C30
RGB
CMYK
RGB Variations
Color information
#253C30 (or 0x253C30) is known color: Palm Green. HEX triplet: 25, 3C and 30. RGB value is (37,60,48). Sum of RGB (Red+Green+Blue) = 37+60+48=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 60 - color contains mainly: green. Hex color #253C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C30 is #DAC3CF. Grayscale: #333333. Windows color (decimal): -14336976 or 3161125. OLE color: 3161125.
HSL color Cylindrical-coordinate representation of color #253C30: hue angle of 148.7º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #253C30 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 60 | 48 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.76 |
| HSL | 148.7º | 0.24% | 0.19% | - |
| HSV(B) | 148.7º | 0.38% | 0.24% | - |
| XYZ | 2.91 | 3.84 | 3.38 | - |
| YUV | 51.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 48 | 0.38 | 0 | 0.20 | 0.76 | 148.7 | 0.24 | 0.19 |
| Hex | 25 | 3C | 30 | 26 | 0 | 14 | 4C | 95 | 18 | 13 |
| Octal | 45 | 74 | 60 | 46 | 0 | 24 | 114 | 225 | 30 | 23 |
| Binary | 100101 | 111100 | 110000 | 100110 | 0 | 10100 | 1001100 | 10010101 | 11000 | 10011 |
Color Harmonies of #253C30
Complementary color
Monochromatic Colors of #253C30
Black with #253C30
Text Example
Text Example
White with #253C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C30; }
p { color: rgb(37,60,48); }
H1.HeaderClassName
{
color: #253C30;
}
.AnyTagClassName
{
color: #253C30;
}
</style>
background-color css
<style>
a { background-color: #253C30; }
a { background-color: rgb(37,60,48); }
div.DivClassName
{
background-color: #253C30;
}
.BgClassName
{
background-color: #253C30;
}
</style>
border-color css
<style>
span { border-color: #253C30; }
span { border-color: rgb(37,60,48); }
td.TdClassName
{
border-color: #253C30;
}
.TagClassName
{
border-color: #253C30;
}
</style>