Shades of Holly #253C2C
Tints of Holly #253C2C
RGB
CMYK
RGB Variations
Color information
#253C2C (or 0x253C2C) is known color: Holly. HEX triplet: 25, 3C and 2C. RGB value is (37,60,44). Sum of RGB (Red+Green+Blue) = 37+60+44=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 60 - color contains mainly: green. Hex color #253C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C2C is #DAC3D3. Grayscale: #333333. Windows color (decimal): -14336980 or 2898981. OLE color: 2898981.
HSL color Cylindrical-coordinate representation of color #253C2C: hue angle of 138.26º 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 #253C2C is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 60 | 44 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.76 |
| HSL | 138.26º | 0.24% | 0.19% | - |
| HSV(B) | 138.26º | 0.38% | 0.24% | - |
| XYZ | 2.83 | 3.81 | 2.97 | - |
| YUV | 51.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 44 | 0.38 | 0 | 0.27 | 0.76 | 138.26 | 0.24 | 0.19 |
| Hex | 25 | 3C | 2C | 26 | 0 | 1B | 4C | 8A | 18 | 13 |
| Octal | 45 | 74 | 54 | 46 | 0 | 33 | 114 | 212 | 30 | 23 |
| Binary | 100101 | 111100 | 101100 | 100110 | 0 | 11011 | 1001100 | 10001010 | 11000 | 10011 |
Color Harmonies of #253C2C
Complementary color
Monochromatic Colors of #253C2C
Black with #253C2C
Text Example
Text Example
White with #253C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C2C; }
p { color: rgb(37,60,44); }
H1.HeaderClassName
{
color: #253C2C;
}
.AnyTagClassName
{
color: #253C2C;
}
</style>
background-color css
<style>
a { background-color: #253C2C; }
a { background-color: rgb(37,60,44); }
div.DivClassName
{
background-color: #253C2C;
}
.BgClassName
{
background-color: #253C2C;
}
</style>
border-color css
<style>
span { border-color: #253C2C; }
span { border-color: rgb(37,60,44); }
td.TdClassName
{
border-color: #253C2C;
}
.TagClassName
{
border-color: #253C2C;
}
</style>