Shades of Holly #253E2D
Tints of Holly #253E2D
RGB
CMYK
RGB Variations
Color information
#253E2D (or 0x253E2D) is known color: Holly. HEX triplet: 25, 3E and 2D. RGB value is (37,62,45). Sum of RGB (Red+Green+Blue) = 37+62+45=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 62 - color contains mainly: green. Hex color #253E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253E2D is #DAC1D2. Grayscale: #343434. Windows color (decimal): -14336467 or 2965029. OLE color: 2965029.
HSL color Cylindrical-coordinate representation of color #253E2D: hue angle of 139.2º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #253E2D is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 62 | 45 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.76 |
| HSL | 139.2º | 0.25% | 0.19% | - |
| HSV(B) | 139.2º | 0.4% | 0.24% | - |
| XYZ | 2.96 | 4.03 | 3.1 | - |
| YUV | 52.59 | 123.72 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 62 | 45 | 0.40 | 0 | 0.27 | 0.76 | 139.2 | 0.25 | 0.19 |
| Hex | 25 | 3E | 2D | 28 | 0 | 1B | 4C | 8B | 19 | 13 |
| Octal | 45 | 76 | 55 | 50 | 0 | 33 | 114 | 213 | 31 | 23 |
| Binary | 100101 | 111110 | 101101 | 101000 | 0 | 11011 | 1001100 | 10001011 | 11001 | 10011 |
Color Harmonies of #253E2D
Complementary color
Monochromatic Colors of #253E2D
Black with #253E2D
Text Example
Text Example
White with #253E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253E2D; }
p { color: rgb(37,62,45); }
H1.HeaderClassName
{
color: #253E2D;
}
.AnyTagClassName
{
color: #253E2D;
}
</style>
background-color css
<style>
a { background-color: #253E2D; }
a { background-color: rgb(37,62,45); }
div.DivClassName
{
background-color: #253E2D;
}
.BgClassName
{
background-color: #253E2D;
}
</style>
border-color css
<style>
span { border-color: #253E2D; }
span { border-color: rgb(37,62,45); }
td.TdClassName
{
border-color: #253E2D;
}
.TagClassName
{
border-color: #253E2D;
}
</style>