Shades of San Felix #25742A
Tints of San Felix #25742A
RGB
CMYK
RGB Variations
Color information
#25742A (or 0x25742A) is known color: San Felix. HEX triplet: 25, 74 and 2A. RGB value is (37,116,42). Sum of RGB (Red+Green+Blue) = 37+116+42=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 116 (45.70% from 255 or 59.49% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 116 - color contains mainly: green. Hex color #25742A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25742A is #DA8BD5. Grayscale: #545454. Windows color (decimal): -14322646 or 2782245. OLE color: 2782245.
HSL color Cylindrical-coordinate representation of color #25742A: hue angle of 123.8º 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 #25742A is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 116 | 42 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.55 |
| HSL | 123.8º | 0.52% | 0.3% | - |
| HSV(B) | 123.8º | 0.68% | 0.45% | - |
| XYZ | 7.43 | 13.05 | 4.32 | - |
| YUV | 83.94 | 104.33 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 116 | 42 | 0.68 | 0 | 0.64 | 0.55 | 123.8 | 0.52 | 0.3 |
| Hex | 25 | 74 | 2A | 44 | 0 | 40 | 37 | 7C | 34 | 1E |
| Octal | 45 | 164 | 52 | 104 | 0 | 100 | 67 | 174 | 64 | 36 |
| Binary | 100101 | 1110100 | 101010 | 1000100 | 0 | 1000000 | 110111 | 1111100 | 110100 | 11110 |
Color Harmonies of #25742A
Complementary color
Monochromatic Colors of #25742A
Black with #25742A
Text Example
Text Example
White with #25742A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25742A; }
p { color: rgb(37,116,42); }
H1.HeaderClassName
{
color: #25742A;
}
.AnyTagClassName
{
color: #25742A;
}
</style>
background-color css
<style>
a { background-color: #25742A; }
a { background-color: rgb(37,116,42); }
div.DivClassName
{
background-color: #25742A;
}
.BgClassName
{
background-color: #25742A;
}
</style>
border-color css
<style>
span { border-color: #25742A; }
span { border-color: rgb(37,116,42); }
td.TdClassName
{
border-color: #25742A;
}
.TagClassName
{
border-color: #25742A;
}
</style>