Shades of San Felix #25752A
Tints of San Felix #25752A
RGB
CMYK
RGB Variations
Color information
#25752A (or 0x25752A) is known color: San Felix. HEX triplet: 25, 75 and 2A. RGB value is (37,117,42). Sum of RGB (Red+Green+Blue) = 37+117+42=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 117 (46.09% from 255 or 59.69% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 117 - color contains mainly: green. Hex color #25752A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25752A is #DA8AD5. Grayscale: #545454. Windows color (decimal): -14322390 or 2782501. OLE color: 2782501.
HSL color Cylindrical-coordinate representation of color #25752A: hue angle of 123.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25752A is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 117 | 42 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.54 |
| HSL | 123.75º | 0.52% | 0.3% | - |
| HSV(B) | 123.75º | 0.68% | 0.46% | - |
| XYZ | 7.54 | 13.28 | 4.36 | - |
| YUV | 84.53 | 104 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 42 | 0.68 | 0 | 0.64 | 0.54 | 123.75 | 0.52 | 0.3 |
| Hex | 25 | 75 | 2A | 44 | 0 | 40 | 36 | 7C | 34 | 1E |
| Octal | 45 | 165 | 52 | 104 | 0 | 100 | 66 | 174 | 64 | 36 |
| Binary | 100101 | 1110101 | 101010 | 1000100 | 0 | 1000000 | 110110 | 1111100 | 110100 | 11110 |
Color Harmonies of #25752A
Complementary color
Monochromatic Colors of #25752A
Black with #25752A
Text Example
Text Example
White with #25752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25752A; }
p { color: rgb(37,117,42); }
H1.HeaderClassName
{
color: #25752A;
}
.AnyTagClassName
{
color: #25752A;
}
</style>
background-color css
<style>
a { background-color: #25752A; }
a { background-color: rgb(37,117,42); }
div.DivClassName
{
background-color: #25752A;
}
.BgClassName
{
background-color: #25752A;
}
</style>
border-color css
<style>
span { border-color: #25752A; }
span { border-color: rgb(37,117,42); }
td.TdClassName
{
border-color: #25752A;
}
.TagClassName
{
border-color: #25752A;
}
</style>