Shades of San Felix #256C28
Tints of San Felix #256C28
RGB
CMYK
RGB Variations
Color information
#256C28 (or 0x256C28) is known color: San Felix. HEX triplet: 25, 6C and 28. RGB value is (37,108,40). Sum of RGB (Red+Green+Blue) = 37+108+40=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 108 (42.58% from 255 or 58.38% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 108 - color contains mainly: green. Hex color #256C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256C28 is #DA93D7. Grayscale: #4F4F4F. Windows color (decimal): -14324696 or 2649125. OLE color: 2649125.
HSL color Cylindrical-coordinate representation of color #256C28: hue angle of 122.54º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #256C28 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 108 | 40 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.58 |
| HSL | 122.54º | 0.49% | 0.28% | - |
| HSV(B) | 122.54º | 0.66% | 0.42% | - |
| XYZ | 6.51 | 11.27 | 3.84 | - |
| YUV | 79.02 | 105.98 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 40 | 0.66 | 0 | 0.63 | 0.58 | 122.54 | 0.49 | 0.28 |
| Hex | 25 | 6C | 28 | 42 | 0 | 3F | 3A | 7B | 31 | 1C |
| Octal | 45 | 154 | 50 | 102 | 0 | 77 | 72 | 173 | 61 | 34 |
| Binary | 100101 | 1101100 | 101000 | 1000010 | 0 | 111111 | 111010 | 1111011 | 110001 | 11100 |
Color Harmonies of #256C28
Complementary color
Monochromatic Colors of #256C28
Black with #256C28
Text Example
Text Example
White with #256C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256C28; }
p { color: rgb(37,108,40); }
H1.HeaderClassName
{
color: #256C28;
}
.AnyTagClassName
{
color: #256C28;
}
</style>
background-color css
<style>
a { background-color: #256C28; }
a { background-color: rgb(37,108,40); }
div.DivClassName
{
background-color: #256C28;
}
.BgClassName
{
background-color: #256C28;
}
</style>
border-color css
<style>
span { border-color: #256C28; }
span { border-color: rgb(37,108,40); }
td.TdClassName
{
border-color: #256C28;
}
.TagClassName
{
border-color: #256C28;
}
</style>