Shades of English Holly #25422E
Tints of English Holly #25422E
RGB
CMYK
RGB Variations
Color information
#25422E (or 0x25422E) is known color: English Holly. HEX triplet: 25, 42 and 2E. RGB value is (37,66,46). Sum of RGB (Red+Green+Blue) = 37+66+46=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #25422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25422E is #DABDD1. Grayscale: #373737. Windows color (decimal): -14335442 or 3031589. OLE color: 3031589.
HSL color Cylindrical-coordinate representation of color #25422E: hue angle of 138.62º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #25422E is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 66 | 46 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.74 |
| HSL | 138.62º | 0.28% | 0.2% | - |
| HSV(B) | 138.62º | 0.44% | 0.26% | - |
| XYZ | 3.2 | 4.49 | 3.28 | - |
| YUV | 55.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 46 | 0.44 | 0 | 0.30 | 0.74 | 138.62 | 0.28 | 0.2 |
| Hex | 25 | 42 | 2E | 2C | 0 | 1E | 4A | 8B | 1C | 14 |
| Octal | 45 | 102 | 56 | 54 | 0 | 36 | 112 | 213 | 34 | 24 |
| Binary | 100101 | 1000010 | 101110 | 101100 | 0 | 11110 | 1001010 | 10001011 | 11100 | 10100 |
Color Harmonies of #25422E
Complementary color
Monochromatic Colors of #25422E
Black with #25422E
Text Example
Text Example
White with #25422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25422E; }
p { color: rgb(37,66,46); }
H1.HeaderClassName
{
color: #25422E;
}
.AnyTagClassName
{
color: #25422E;
}
</style>
background-color css
<style>
a { background-color: #25422E; }
a { background-color: rgb(37,66,46); }
div.DivClassName
{
background-color: #25422E;
}
.BgClassName
{
background-color: #25422E;
}
</style>
border-color css
<style>
span { border-color: #25422E; }
span { border-color: rgb(37,66,46); }
td.TdClassName
{
border-color: #25422E;
}
.TagClassName
{
border-color: #25422E;
}
</style>