Shades of San Felix #25682B
Tints of San Felix #25682B
RGB
CMYK
RGB Variations
Color information
#25682B (or 0x25682B) is known color: San Felix. HEX triplet: 25, 68 and 2B. RGB value is (37,104,43). Sum of RGB (Red+Green+Blue) = 37+104+43=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 104 (41.02% from 255 or 56.52% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 104 - color contains mainly: green. Hex color #25682B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25682B is #DA97D4. Grayscale: #4D4D4D. Windows color (decimal): -14325717 or 2844709. OLE color: 2844709.
HSL color Cylindrical-coordinate representation of color #25682B: hue angle of 125.37º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #25682B is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 104 | 43 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.59 |
| HSL | 125.37º | 0.48% | 0.28% | - |
| HSV(B) | 125.37º | 0.64% | 0.41% | - |
| XYZ | 6.15 | 10.47 | 3.98 | - |
| YUV | 77.01 | 108.8 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 43 | 0.64 | 0 | 0.59 | 0.59 | 125.37 | 0.48 | 0.28 |
| Hex | 25 | 68 | 2B | 40 | 0 | 3B | 3B | 7D | 30 | 1C |
| Octal | 45 | 150 | 53 | 100 | 0 | 73 | 73 | 175 | 60 | 34 |
| Binary | 100101 | 1101000 | 101011 | 1000000 | 0 | 111011 | 111011 | 1111101 | 110000 | 11100 |
Color Harmonies of #25682B
Complementary color
Monochromatic Colors of #25682B
Black with #25682B
Text Example
Text Example
White with #25682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25682B; }
p { color: rgb(37,104,43); }
H1.HeaderClassName
{
color: #25682B;
}
.AnyTagClassName
{
color: #25682B;
}
</style>
background-color css
<style>
a { background-color: #25682B; }
a { background-color: rgb(37,104,43); }
div.DivClassName
{
background-color: #25682B;
}
.BgClassName
{
background-color: #25682B;
}
</style>
border-color css
<style>
span { border-color: #25682B; }
span { border-color: rgb(37,104,43); }
td.TdClassName
{
border-color: #25682B;
}
.TagClassName
{
border-color: #25682B;
}
</style>