Shades of San Felix #256E31
Tints of San Felix #256E31
RGB
CMYK
RGB Variations
Color information
#256E31 (or 0x256E31) is known color: San Felix. HEX triplet: 25, 6E and 31. RGB value is (37,110,49). Sum of RGB (Red+Green+Blue) = 37+110+49=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 110 (43.36% from 255 or 56.12% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 110 - color contains mainly: green. Hex color #256E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256E31 is #DA91CE. Grayscale: #515151. Windows color (decimal): -14324175 or 3239461. OLE color: 3239461.
HSL color Cylindrical-coordinate representation of color #256E31: hue angle of 129.86º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #256E31 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 110 | 49 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.57 |
| HSL | 129.86º | 0.5% | 0.29% | - |
| HSV(B) | 129.86º | 0.66% | 0.43% | - |
| XYZ | 6.89 | 11.77 | 4.81 | - |
| YUV | 81.22 | 109.82 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 49 | 0.66 | 0 | 0.55 | 0.57 | 129.86 | 0.5 | 0.29 |
| Hex | 25 | 6E | 31 | 42 | 0 | 37 | 39 | 82 | 32 | 1D |
| Octal | 45 | 156 | 61 | 102 | 0 | 67 | 71 | 202 | 62 | 35 |
| Binary | 100101 | 1101110 | 110001 | 1000010 | 0 | 110111 | 111001 | 10000010 | 110010 | 11101 |
Color Harmonies of #256E31
Complementary color
Monochromatic Colors of #256E31
Black with #256E31
Text Example
Text Example
White with #256E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256E31; }
p { color: rgb(37,110,49); }
H1.HeaderClassName
{
color: #256E31;
}
.AnyTagClassName
{
color: #256E31;
}
</style>
background-color css
<style>
a { background-color: #256E31; }
a { background-color: rgb(37,110,49); }
div.DivClassName
{
background-color: #256E31;
}
.BgClassName
{
background-color: #256E31;
}
</style>
border-color css
<style>
span { border-color: #256E31; }
span { border-color: rgb(37,110,49); }
td.TdClassName
{
border-color: #256E31;
}
.TagClassName
{
border-color: #256E31;
}
</style>