Shades of Holly #253B2E
Tints of Holly #253B2E
RGB
CMYK
RGB Variations
Color information
#253B2E (or 0x253B2E) is known color: Holly. HEX triplet: 25, 3B and 2E. RGB value is (37,59,46). Sum of RGB (Red+Green+Blue) = 37+59+46=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 59 - color contains mainly: green. Hex color #253B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253B2E is #DAC4D1. Grayscale: #323232. Windows color (decimal): -14337234 or 3029797. OLE color: 3029797.
HSL color Cylindrical-coordinate representation of color #253B2E: hue angle of 144.55º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #253B2E is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 59 | 46 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.77 |
| HSL | 144.55º | 0.23% | 0.19% | - |
| HSV(B) | 144.55º | 0.37% | 0.23% | - |
| XYZ | 2.82 | 3.72 | 3.15 | - |
| YUV | 50.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 46 | 0.37 | 0 | 0.22 | 0.77 | 144.55 | 0.23 | 0.19 |
| Hex | 25 | 3B | 2E | 25 | 0 | 16 | 4D | 91 | 17 | 13 |
| Octal | 45 | 73 | 56 | 45 | 0 | 26 | 115 | 221 | 27 | 23 |
| Binary | 100101 | 111011 | 101110 | 100101 | 0 | 10110 | 1001101 | 10010001 | 10111 | 10011 |
Color Harmonies of #253B2E
Complementary color
Monochromatic Colors of #253B2E
Black with #253B2E
Text Example
Text Example
White with #253B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253B2E; }
p { color: rgb(37,59,46); }
H1.HeaderClassName
{
color: #253B2E;
}
.AnyTagClassName
{
color: #253B2E;
}
</style>
background-color css
<style>
a { background-color: #253B2E; }
a { background-color: rgb(37,59,46); }
div.DivClassName
{
background-color: #253B2E;
}
.BgClassName
{
background-color: #253B2E;
}
</style>
border-color css
<style>
span { border-color: #253B2E; }
span { border-color: rgb(37,59,46); }
td.TdClassName
{
border-color: #253B2E;
}
.TagClassName
{
border-color: #253B2E;
}
</style>