Shades of Holly #253D2D
Tints of Holly #253D2D
RGB
CMYK
RGB Variations
Color information
#253D2D (or 0x253D2D) is known color: Holly. HEX triplet: 25, 3D and 2D. RGB value is (37,61,45). Sum of RGB (Red+Green+Blue) = 37+61+45=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 61 - color contains mainly: green. Hex color #253D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D2D is #DAC2D2. Grayscale: #343434. Windows color (decimal): -14336723 or 2964773. OLE color: 2964773.
HSL color Cylindrical-coordinate representation of color #253D2D: hue angle of 140º 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 #253D2D is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 61 | 45 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.76 |
| HSL | 140º | 0.24% | 0.19% | - |
| HSV(B) | 140º | 0.39% | 0.24% | - |
| XYZ | 2.91 | 3.92 | 3.09 | - |
| YUV | 52 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 45 | 0.39 | 0 | 0.26 | 0.76 | 140 | 0.24 | 0.19 |
| Hex | 25 | 3D | 2D | 27 | 0 | 1A | 4C | 8C | 18 | 13 |
| Octal | 45 | 75 | 55 | 47 | 0 | 32 | 114 | 214 | 30 | 23 |
| Binary | 100101 | 111101 | 101101 | 100111 | 0 | 11010 | 1001100 | 10001100 | 11000 | 10011 |
Color Harmonies of #253D2D
Complementary color
Monochromatic Colors of #253D2D
Black with #253D2D
Text Example
Text Example
White with #253D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D2D; }
p { color: rgb(37,61,45); }
H1.HeaderClassName
{
color: #253D2D;
}
.AnyTagClassName
{
color: #253D2D;
}
</style>
background-color css
<style>
a { background-color: #253D2D; }
a { background-color: rgb(37,61,45); }
div.DivClassName
{
background-color: #253D2D;
}
.BgClassName
{
background-color: #253D2D;
}
</style>
border-color css
<style>
span { border-color: #253D2D; }
span { border-color: rgb(37,61,45); }
td.TdClassName
{
border-color: #253D2D;
}
.TagClassName
{
border-color: #253D2D;
}
</style>