Shades of San Felix #25701F
Tints of San Felix #25701F
RGB
CMYK
RGB Variations
Color information
#25701F (or 0x25701F) is known color: San Felix. HEX triplet: 25, 70 and 1F. RGB value is (37,112,31). Sum of RGB (Red+Green+Blue) = 37+112+31=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #25701F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25701F is #DA8FE0. Grayscale: #505050. Windows color (decimal): -14323681 or 2060325. OLE color: 2060325.
HSL color Cylindrical-coordinate representation of color #25701F: hue angle of 115.56º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25701F is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 112 | 31 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.56 |
| HSL | 115.56º | 0.57% | 0.28% | - |
| HSV(B) | 115.56º | 0.72% | 0.44% | - |
| XYZ | 6.8 | 12.08 | 3.27 | - |
| YUV | 80.34 | 100.15 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 112 | 31 | 0.67 | 0 | 0.72 | 0.56 | 115.56 | 0.57 | 0.28 |
| Hex | 25 | 70 | 1F | 43 | 0 | 48 | 38 | 74 | 39 | 1C |
| Octal | 45 | 160 | 37 | 103 | 0 | 110 | 70 | 164 | 71 | 34 |
| Binary | 100101 | 1110000 | 11111 | 1000011 | 0 | 1001000 | 111000 | 1110100 | 111001 | 11100 |
Color Harmonies of #25701F
Complementary color
Monochromatic Colors of #25701F
Black with #25701F
Text Example
Text Example
White with #25701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25701F; }
p { color: rgb(37,112,31); }
H1.HeaderClassName
{
color: #25701F;
}
.AnyTagClassName
{
color: #25701F;
}
</style>
background-color css
<style>
a { background-color: #25701F; }
a { background-color: rgb(37,112,31); }
div.DivClassName
{
background-color: #25701F;
}
.BgClassName
{
background-color: #25701F;
}
</style>
border-color css
<style>
span { border-color: #25701F; }
span { border-color: rgb(37,112,31); }
td.TdClassName
{
border-color: #25701F;
}
.TagClassName
{
border-color: #25701F;
}
</style>