Shades of Holly #253F2D
Tints of Holly #253F2D
RGB
CMYK
RGB Variations
Color information
#253F2D (or 0x253F2D) is known color: Holly. HEX triplet: 25, 3F and 2D. RGB value is (37,63,45). Sum of RGB (Red+Green+Blue) = 37+63+45=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 63 - color contains mainly: green. Hex color #253F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F2D is #DAC0D2. Grayscale: #353535. Windows color (decimal): -14336211 or 2965285. OLE color: 2965285.
HSL color Cylindrical-coordinate representation of color #253F2D: hue angle of 138.46º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #253F2D is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 63 | 45 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.75 |
| HSL | 138.46º | 0.26% | 0.2% | - |
| HSV(B) | 138.46º | 0.41% | 0.25% | - |
| XYZ | 3.01 | 4.14 | 3.12 | - |
| YUV | 53.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 45 | 0.41 | 0 | 0.29 | 0.75 | 138.46 | 0.26 | 0.2 |
| Hex | 25 | 3F | 2D | 29 | 0 | 1D | 4B | 8A | 1A | 14 |
| Octal | 45 | 77 | 55 | 51 | 0 | 35 | 113 | 212 | 32 | 24 |
| Binary | 100101 | 111111 | 101101 | 101001 | 0 | 11101 | 1001011 | 10001010 | 11010 | 10100 |
Color Harmonies of #253F2D
Complementary color
Monochromatic Colors of #253F2D
Black with #253F2D
Text Example
Text Example
White with #253F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253F2D; }
p { color: rgb(37,63,45); }
H1.HeaderClassName
{
color: #253F2D;
}
.AnyTagClassName
{
color: #253F2D;
}
</style>
background-color css
<style>
a { background-color: #253F2D; }
a { background-color: rgb(37,63,45); }
div.DivClassName
{
background-color: #253F2D;
}
.BgClassName
{
background-color: #253F2D;
}
</style>
border-color css
<style>
span { border-color: #253F2D; }
span { border-color: rgb(37,63,45); }
td.TdClassName
{
border-color: #253F2D;
}
.TagClassName
{
border-color: #253F2D;
}
</style>