Shades of San Felix #25742E
Tints of San Felix #25742E
RGB
CMYK
RGB Variations
Color information
#25742E (or 0x25742E) is known color: San Felix. HEX triplet: 25, 74 and 2E. RGB value is (37,116,46). Sum of RGB (Red+Green+Blue) = 37+116+46=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 116 (45.70% from 255 or 58.29% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 116 - color contains mainly: green. Hex color #25742E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25742E is #DA8BD1. Grayscale: #545454. Windows color (decimal): -14322642 or 3044389. OLE color: 3044389.
HSL color Cylindrical-coordinate representation of color #25742E: hue angle of 126.84º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25742E is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 116 | 46 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.55 |
| HSL | 126.84º | 0.52% | 0.3% | - |
| HSV(B) | 126.84º | 0.68% | 0.45% | - |
| XYZ | 7.5 | 13.08 | 4.71 | - |
| YUV | 84.4 | 106.33 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 116 | 46 | 0.68 | 0 | 0.60 | 0.55 | 126.84 | 0.52 | 0.3 |
| Hex | 25 | 74 | 2E | 44 | 0 | 3C | 37 | 7F | 34 | 1E |
| Octal | 45 | 164 | 56 | 104 | 0 | 74 | 67 | 177 | 64 | 36 |
| Binary | 100101 | 1110100 | 101110 | 1000100 | 0 | 111100 | 110111 | 1111111 | 110100 | 11110 |
Color Harmonies of #25742E
Complementary color
Monochromatic Colors of #25742E
Black with #25742E
Text Example
Text Example
White with #25742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25742E; }
p { color: rgb(37,116,46); }
H1.HeaderClassName
{
color: #25742E;
}
.AnyTagClassName
{
color: #25742E;
}
</style>
background-color css
<style>
a { background-color: #25742E; }
a { background-color: rgb(37,116,46); }
div.DivClassName
{
background-color: #25742E;
}
.BgClassName
{
background-color: #25742E;
}
</style>
border-color css
<style>
span { border-color: #25742E; }
span { border-color: rgb(37,116,46); }
td.TdClassName
{
border-color: #25742E;
}
.TagClassName
{
border-color: #25742E;
}
</style>