Shades of San Felix #25731E
Tints of San Felix #25731E
RGB
CMYK
RGB Variations
Color information
#25731E (or 0x25731E) is known color: San Felix. HEX triplet: 25, 73 and 1E. RGB value is (37,115,30). Sum of RGB (Red+Green+Blue) = 37+115+30=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 115 (45.31% from 255 or 63.19% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 115 - color contains mainly: green. Hex color #25731E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25731E is #DA8CE1. Grayscale: #525252. Windows color (decimal): -14322914 or 1995557. OLE color: 1995557.
HSL color Cylindrical-coordinate representation of color #25731E: hue angle of 115.06º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25731E is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 115 | 30 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.55 |
| HSL | 115.06º | 0.59% | 0.28% | - |
| HSV(B) | 115.06º | 0.74% | 0.45% | - |
| XYZ | 7.13 | 12.75 | 3.31 | - |
| YUV | 81.99 | 98.66 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 115 | 30 | 0.68 | 0 | 0.74 | 0.55 | 115.06 | 0.59 | 0.28 |
| Hex | 25 | 73 | 1E | 44 | 0 | 4A | 37 | 73 | 3B | 1C |
| Octal | 45 | 163 | 36 | 104 | 0 | 112 | 67 | 163 | 73 | 34 |
| Binary | 100101 | 1110011 | 11110 | 1000100 | 0 | 1001010 | 110111 | 1110011 | 111011 | 11100 |
Color Harmonies of #25731E
Complementary color
Monochromatic Colors of #25731E
Black with #25731E
Text Example
Text Example
White with #25731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25731E; }
p { color: rgb(37,115,30); }
H1.HeaderClassName
{
color: #25731E;
}
.AnyTagClassName
{
color: #25731E;
}
</style>
background-color css
<style>
a { background-color: #25731E; }
a { background-color: rgb(37,115,30); }
div.DivClassName
{
background-color: #25731E;
}
.BgClassName
{
background-color: #25731E;
}
</style>
border-color css
<style>
span { border-color: #25731E; }
span { border-color: rgb(37,115,30); }
td.TdClassName
{
border-color: #25731E;
}
.TagClassName
{
border-color: #25731E;
}
</style>