Shades of San Felix #25702C
Tints of San Felix #25702C
RGB
CMYK
RGB Variations
Color information
#25702C (or 0x25702C) is known color: San Felix. HEX triplet: 25, 70 and 2C. RGB value is (37,112,44). Sum of RGB (Red+Green+Blue) = 37+112+44=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #25702C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25702C is #DA8FD3. Grayscale: #525252. Windows color (decimal): -14323668 or 2912293. OLE color: 2912293.
HSL color Cylindrical-coordinate representation of color #25702C: hue angle of 125.6º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25702C is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 112 | 44 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.56 |
| HSL | 125.6º | 0.5% | 0.29% | - |
| HSV(B) | 125.6º | 0.67% | 0.44% | - |
| XYZ | 7.01 | 12.16 | 4.36 | - |
| YUV | 81.82 | 106.65 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 112 | 44 | 0.67 | 0 | 0.61 | 0.56 | 125.6 | 0.5 | 0.29 |
| Hex | 25 | 70 | 2C | 43 | 0 | 3D | 38 | 7E | 32 | 1D |
| Octal | 45 | 160 | 54 | 103 | 0 | 75 | 70 | 176 | 62 | 35 |
| Binary | 100101 | 1110000 | 101100 | 1000011 | 0 | 111101 | 111000 | 1111110 | 110010 | 11101 |
Color Harmonies of #25702C
Complementary color
Monochromatic Colors of #25702C
Black with #25702C
Text Example
Text Example
White with #25702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25702C; }
p { color: rgb(37,112,44); }
H1.HeaderClassName
{
color: #25702C;
}
.AnyTagClassName
{
color: #25702C;
}
</style>
background-color css
<style>
a { background-color: #25702C; }
a { background-color: rgb(37,112,44); }
div.DivClassName
{
background-color: #25702C;
}
.BgClassName
{
background-color: #25702C;
}
</style>
border-color css
<style>
span { border-color: #25702C; }
span { border-color: rgb(37,112,44); }
td.TdClassName
{
border-color: #25702C;
}
.TagClassName
{
border-color: #25702C;
}
</style>