Shades of San Felix #256129
Tints of San Felix #256129
RGB
CMYK
RGB Variations
Color information
#256129 (or 0x256129) is known color: San Felix. HEX triplet: 25, 61 and 29. RGB value is (37,97,41). Sum of RGB (Red+Green+Blue) = 37+97+41=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #256129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256129 is #DA9ED6. Grayscale: #484848. Windows color (decimal): -14327511 or 2711845. OLE color: 2711845.
HSL color Cylindrical-coordinate representation of color #256129: hue angle of 124º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #256129 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 97 | 41 | - |
| CMYK | 0.62 | 0 | 0.58 | 0.62 |
| HSL | 124º | 0.45% | 0.26% | - |
| HSV(B) | 124º | 0.62% | 0.38% | - |
| XYZ | 5.44 | 9.1 | 3.57 | - |
| YUV | 72.68 | 110.12 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 41 | 0.62 | 0 | 0.58 | 0.62 | 124 | 0.45 | 0.26 |
| Hex | 25 | 61 | 29 | 3E | 0 | 3A | 3E | 7C | 2D | 1A |
| Octal | 45 | 141 | 51 | 76 | 0 | 72 | 76 | 174 | 55 | 32 |
| Binary | 100101 | 1100001 | 101001 | 111110 | 0 | 111010 | 111110 | 1111100 | 101101 | 11010 |
Color Harmonies of #256129
Complementary color
Monochromatic Colors of #256129
Black with #256129
Text Example
Text Example
White with #256129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256129; }
p { color: rgb(37,97,41); }
H1.HeaderClassName
{
color: #256129;
}
.AnyTagClassName
{
color: #256129;
}
</style>
background-color css
<style>
a { background-color: #256129; }
a { background-color: rgb(37,97,41); }
div.DivClassName
{
background-color: #256129;
}
.BgClassName
{
background-color: #256129;
}
</style>
border-color css
<style>
span { border-color: #256129; }
span { border-color: rgb(37,97,41); }
td.TdClassName
{
border-color: #256129;
}
.TagClassName
{
border-color: #256129;
}
</style>