Shades of San Felix #256930
Tints of San Felix #256930
RGB
CMYK
RGB Variations
Color information
#256930 (or 0x256930) is known color: San Felix. HEX triplet: 25, 69 and 30. RGB value is (37,105,48). Sum of RGB (Red+Green+Blue) = 37+105+48=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #256930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256930 is #DA96CF. Grayscale: #4E4E4E. Windows color (decimal): -14325456 or 3172645. OLE color: 3172645.
HSL color Cylindrical-coordinate representation of color #256930: hue angle of 129.71º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #256930 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 105 | 48 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.59 |
| HSL | 129.71º | 0.48% | 0.28% | - |
| HSV(B) | 129.71º | 0.65% | 0.41% | - |
| XYZ | 6.35 | 10.71 | 4.53 | - |
| YUV | 78.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 48 | 0.65 | 0 | 0.54 | 0.59 | 129.71 | 0.48 | 0.28 |
| Hex | 25 | 69 | 30 | 41 | 0 | 36 | 3B | 82 | 30 | 1C |
| Octal | 45 | 151 | 60 | 101 | 0 | 66 | 73 | 202 | 60 | 34 |
| Binary | 100101 | 1101001 | 110000 | 1000001 | 0 | 110110 | 111011 | 10000010 | 110000 | 11100 |
Color Harmonies of #256930
Complementary color
Monochromatic Colors of #256930
Black with #256930
Text Example
Text Example
White with #256930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256930; }
p { color: rgb(37,105,48); }
H1.HeaderClassName
{
color: #256930;
}
.AnyTagClassName
{
color: #256930;
}
</style>
background-color css
<style>
a { background-color: #256930; }
a { background-color: rgb(37,105,48); }
div.DivClassName
{
background-color: #256930;
}
.BgClassName
{
background-color: #256930;
}
</style>
border-color css
<style>
span { border-color: #256930; }
span { border-color: rgb(37,105,48); }
td.TdClassName
{
border-color: #256930;
}
.TagClassName
{
border-color: #256930;
}
</style>