Shades of San Felix #25702F
Tints of San Felix #25702F
RGB
CMYK
RGB Variations
Color information
#25702F (or 0x25702F) is known color: San Felix. HEX triplet: 25, 70 and 2F. RGB value is (37,112,47). Sum of RGB (Red+Green+Blue) = 37+112+47=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #25702F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25702F is #DA8FD0. Grayscale: #525252. Windows color (decimal): -14323665 or 3108901. OLE color: 3108901.
HSL color Cylindrical-coordinate representation of color #25702F: hue angle of 128º 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 #25702F is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 112 | 47 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.56 |
| HSL | 128º | 0.5% | 0.29% | - |
| HSV(B) | 128º | 0.67% | 0.44% | - |
| XYZ | 7.07 | 12.19 | 4.67 | - |
| YUV | 82.17 | 108.15 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 112 | 47 | 0.67 | 0 | 0.58 | 0.56 | 128 | 0.5 | 0.29 |
| Hex | 25 | 70 | 2F | 43 | 0 | 3A | 38 | 80 | 32 | 1D |
| Octal | 45 | 160 | 57 | 103 | 0 | 72 | 70 | 200 | 62 | 35 |
| Binary | 100101 | 1110000 | 101111 | 1000011 | 0 | 111010 | 111000 | 10000000 | 110010 | 11101 |
Color Harmonies of #25702F
Complementary color
Monochromatic Colors of #25702F
Black with #25702F
Text Example
Text Example
White with #25702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25702F; }
p { color: rgb(37,112,47); }
H1.HeaderClassName
{
color: #25702F;
}
.AnyTagClassName
{
color: #25702F;
}
</style>
background-color css
<style>
a { background-color: #25702F; }
a { background-color: rgb(37,112,47); }
div.DivClassName
{
background-color: #25702F;
}
.BgClassName
{
background-color: #25702F;
}
</style>
border-color css
<style>
span { border-color: #25702F; }
span { border-color: rgb(37,112,47); }
td.TdClassName
{
border-color: #25702F;
}
.TagClassName
{
border-color: #25702F;
}
</style>