Shades of San Felix #25682D
Tints of San Felix #25682D
RGB
CMYK
RGB Variations
Color information
#25682D (or 0x25682D) is known color: San Felix. HEX triplet: 25, 68 and 2D. RGB value is (37,104,45). Sum of RGB (Red+Green+Blue) = 37+104+45=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #25682D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25682D is #DA97D2. Grayscale: #4D4D4D. Windows color (decimal): -14325715 or 2975781. OLE color: 2975781.
HSL color Cylindrical-coordinate representation of color #25682D: hue angle of 127.16º 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 #25682D is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 104 | 45 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.59 |
| HSL | 127.16º | 0.48% | 0.28% | - |
| HSV(B) | 127.16º | 0.64% | 0.41% | - |
| XYZ | 6.19 | 10.48 | 4.18 | - |
| YUV | 77.24 | 109.8 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 45 | 0.64 | 0 | 0.57 | 0.59 | 127.16 | 0.48 | 0.28 |
| Hex | 25 | 68 | 2D | 40 | 0 | 39 | 3B | 7F | 30 | 1C |
| Octal | 45 | 150 | 55 | 100 | 0 | 71 | 73 | 177 | 60 | 34 |
| Binary | 100101 | 1101000 | 101101 | 1000000 | 0 | 111001 | 111011 | 1111111 | 110000 | 11100 |
Color Harmonies of #25682D
Complementary color
Monochromatic Colors of #25682D
Black with #25682D
Text Example
Text Example
White with #25682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25682D; }
p { color: rgb(37,104,45); }
H1.HeaderClassName
{
color: #25682D;
}
.AnyTagClassName
{
color: #25682D;
}
</style>
background-color css
<style>
a { background-color: #25682D; }
a { background-color: rgb(37,104,45); }
div.DivClassName
{
background-color: #25682D;
}
.BgClassName
{
background-color: #25682D;
}
</style>
border-color css
<style>
span { border-color: #25682D; }
span { border-color: rgb(37,104,45); }
td.TdClassName
{
border-color: #25682D;
}
.TagClassName
{
border-color: #25682D;
}
</style>