Shades of Holly #25382D
Tints of Holly #25382D
RGB
CMYK
RGB Variations
Color information
#25382D (or 0x25382D) is known color: Holly. HEX triplet: 25, 38 and 2D. RGB value is (37,56,45). Sum of RGB (Red+Green+Blue) = 37+56+45=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 56 - color contains mainly: green. Hex color #25382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25382D is #DAC7D2. Grayscale: #313131. Windows color (decimal): -14338003 or 2963493. OLE color: 2963493.
HSL color Cylindrical-coordinate representation of color #25382D: hue angle of 145.26º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #25382D is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 56 | 45 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.78 |
| HSL | 145.26º | 0.2% | 0.18% | - |
| HSV(B) | 145.26º | 0.34% | 0.22% | - |
| XYZ | 2.65 | 3.41 | 3 | - |
| YUV | 49.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 56 | 45 | 0.34 | 0 | 0.20 | 0.78 | 145.26 | 0.2 | 0.18 |
| Hex | 25 | 38 | 2D | 22 | 0 | 14 | 4E | 91 | 14 | 12 |
| Octal | 45 | 70 | 55 | 42 | 0 | 24 | 116 | 221 | 24 | 22 |
| Binary | 100101 | 111000 | 101101 | 100010 | 0 | 10100 | 1001110 | 10010001 | 10100 | 10010 |
Color Harmonies of #25382D
Complementary color
Monochromatic Colors of #25382D
Black with #25382D
Text Example
Text Example
White with #25382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25382D; }
p { color: rgb(37,56,45); }
H1.HeaderClassName
{
color: #25382D;
}
.AnyTagClassName
{
color: #25382D;
}
</style>
background-color css
<style>
a { background-color: #25382D; }
a { background-color: rgb(37,56,45); }
div.DivClassName
{
background-color: #25382D;
}
.BgClassName
{
background-color: #25382D;
}
</style>
border-color css
<style>
span { border-color: #25382D; }
span { border-color: rgb(37,56,45); }
td.TdClassName
{
border-color: #25382D;
}
.TagClassName
{
border-color: #25382D;
}
</style>