Shades of San Felix #256A30
Tints of San Felix #256A30
RGB
CMYK
RGB Variations
Color information
#256A30 (or 0x256A30) is known color: San Felix. HEX triplet: 25, 6A and 30. RGB value is (37,106,48). Sum of RGB (Red+Green+Blue) = 37+106+48=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 106 (41.80% from 255 or 55.50% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 106 - color contains mainly: green. Hex color #256A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256A30 is #DA95CF. Grayscale: #4E4E4E. Windows color (decimal): -14325200 or 3172901. OLE color: 3172901.
HSL color Cylindrical-coordinate representation of color #256A30: hue angle of 129.57º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #256A30 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 106 | 48 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.58 |
| HSL | 129.57º | 0.48% | 0.28% | - |
| HSV(B) | 129.57º | 0.65% | 0.42% | - |
| XYZ | 6.45 | 10.91 | 4.56 | - |
| YUV | 78.76 | 110.64 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 48 | 0.65 | 0 | 0.55 | 0.58 | 129.57 | 0.48 | 0.28 |
| Hex | 25 | 6A | 30 | 41 | 0 | 37 | 3A | 82 | 30 | 1C |
| Octal | 45 | 152 | 60 | 101 | 0 | 67 | 72 | 202 | 60 | 34 |
| Binary | 100101 | 1101010 | 110000 | 1000001 | 0 | 110111 | 111010 | 10000010 | 110000 | 11100 |
Color Harmonies of #256A30
Complementary color
Monochromatic Colors of #256A30
Black with #256A30
Text Example
Text Example
White with #256A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256A30; }
p { color: rgb(37,106,48); }
H1.HeaderClassName
{
color: #256A30;
}
.AnyTagClassName
{
color: #256A30;
}
</style>
background-color css
<style>
a { background-color: #256A30; }
a { background-color: rgb(37,106,48); }
div.DivClassName
{
background-color: #256A30;
}
.BgClassName
{
background-color: #256A30;
}
</style>
border-color css
<style>
span { border-color: #256A30; }
span { border-color: rgb(37,106,48); }
td.TdClassName
{
border-color: #256A30;
}
.TagClassName
{
border-color: #256A30;
}
</style>