Shades of San Felix #25742D
Tints of San Felix #25742D
RGB
CMYK
RGB Variations
Color information
#25742D (or 0x25742D) is known color: San Felix. HEX triplet: 25, 74 and 2D. RGB value is (37,116,45). Sum of RGB (Red+Green+Blue) = 37+116+45=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 116 (45.70% from 255 or 58.59% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 116 - color contains mainly: green. Hex color #25742D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25742D is #DA8BD2. Grayscale: #545454. Windows color (decimal): -14322643 or 2978853. OLE color: 2978853.
HSL color Cylindrical-coordinate representation of color #25742D: hue angle of 126.08º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25742D is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 116 | 45 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.55 |
| HSL | 126.08º | 0.52% | 0.3% | - |
| HSV(B) | 126.08º | 0.68% | 0.45% | - |
| XYZ | 7.48 | 13.07 | 4.61 | - |
| YUV | 84.29 | 105.83 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 116 | 45 | 0.68 | 0 | 0.61 | 0.55 | 126.08 | 0.52 | 0.3 |
| Hex | 25 | 74 | 2D | 44 | 0 | 3D | 37 | 7E | 34 | 1E |
| Octal | 45 | 164 | 55 | 104 | 0 | 75 | 67 | 176 | 64 | 36 |
| Binary | 100101 | 1110100 | 101101 | 1000100 | 0 | 111101 | 110111 | 1111110 | 110100 | 11110 |
Color Harmonies of #25742D
Complementary color
Monochromatic Colors of #25742D
Black with #25742D
Text Example
Text Example
White with #25742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25742D; }
p { color: rgb(37,116,45); }
H1.HeaderClassName
{
color: #25742D;
}
.AnyTagClassName
{
color: #25742D;
}
</style>
background-color css
<style>
a { background-color: #25742D; }
a { background-color: rgb(37,116,45); }
div.DivClassName
{
background-color: #25742D;
}
.BgClassName
{
background-color: #25742D;
}
</style>
border-color css
<style>
span { border-color: #25742D; }
span { border-color: rgb(37,116,45); }
td.TdClassName
{
border-color: #25742D;
}
.TagClassName
{
border-color: #25742D;
}
</style>