Shades of San Felix #256027
Tints of San Felix #256027
RGB
CMYK
RGB Variations
Color information
#256027 (or 0x256027) is known color: San Felix. HEX triplet: 25, 60 and 27. RGB value is (37,96,39). Sum of RGB (Red+Green+Blue) = 37+96+39=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #256027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256027 is #DA9FD8. Grayscale: #484848. Windows color (decimal): -14327769 or 2580517. OLE color: 2580517.
HSL color Cylindrical-coordinate representation of color #256027: hue angle of 122.03º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #256027 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 96 | 39 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.62 |
| HSL | 122.03º | 0.44% | 0.26% | - |
| HSV(B) | 122.03º | 0.61% | 0.38% | - |
| XYZ | 5.31 | 8.91 | 3.36 | - |
| YUV | 71.86 | 109.45 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 39 | 0.61 | 0 | 0.59 | 0.62 | 122.03 | 0.44 | 0.26 |
| Hex | 25 | 60 | 27 | 3D | 0 | 3B | 3E | 7A | 2C | 1A |
| Octal | 45 | 140 | 47 | 75 | 0 | 73 | 76 | 172 | 54 | 32 |
| Binary | 100101 | 1100000 | 100111 | 111101 | 0 | 111011 | 111110 | 1111010 | 101100 | 11010 |
Color Harmonies of #256027
Complementary color
Monochromatic Colors of #256027
Black with #256027
Text Example
Text Example
White with #256027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256027; }
p { color: rgb(37,96,39); }
H1.HeaderClassName
{
color: #256027;
}
.AnyTagClassName
{
color: #256027;
}
</style>
background-color css
<style>
a { background-color: #256027; }
a { background-color: rgb(37,96,39); }
div.DivClassName
{
background-color: #256027;
}
.BgClassName
{
background-color: #256027;
}
</style>
border-color css
<style>
span { border-color: #256027; }
span { border-color: rgb(37,96,39); }
td.TdClassName
{
border-color: #256027;
}
.TagClassName
{
border-color: #256027;
}
</style>