Shades of San Felix #256C2E
Tints of San Felix #256C2E
RGB
CMYK
RGB Variations
Color information
#256C2E (or 0x256C2E) is known color: San Felix. HEX triplet: 25, 6C and 2E. RGB value is (37,108,46). Sum of RGB (Red+Green+Blue) = 37+108+46=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 108 (42.58% from 255 or 56.54% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 108 - color contains mainly: green. Hex color #256C2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256C2E is #DA93D1. Grayscale: #4F4F4F. Windows color (decimal): -14324690 or 3042341. OLE color: 3042341.
HSL color Cylindrical-coordinate representation of color #256C2E: hue angle of 127.61º 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 #256C2E is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 108 | 46 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.58 |
| HSL | 127.61º | 0.49% | 0.28% | - |
| HSV(B) | 127.61º | 0.66% | 0.42% | - |
| XYZ | 6.62 | 11.32 | 4.42 | - |
| YUV | 79.7 | 108.98 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 46 | 0.66 | 0 | 0.57 | 0.58 | 127.61 | 0.49 | 0.28 |
| Hex | 25 | 6C | 2E | 42 | 0 | 39 | 3A | 80 | 31 | 1C |
| Octal | 45 | 154 | 56 | 102 | 0 | 71 | 72 | 200 | 61 | 34 |
| Binary | 100101 | 1101100 | 101110 | 1000010 | 0 | 111001 | 111010 | 10000000 | 110001 | 11100 |
Color Harmonies of #256C2E
Complementary color
Monochromatic Colors of #256C2E
Black with #256C2E
Text Example
Text Example
White with #256C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256C2E; }
p { color: rgb(37,108,46); }
H1.HeaderClassName
{
color: #256C2E;
}
.AnyTagClassName
{
color: #256C2E;
}
</style>
background-color css
<style>
a { background-color: #256C2E; }
a { background-color: rgb(37,108,46); }
div.DivClassName
{
background-color: #256C2E;
}
.BgClassName
{
background-color: #256C2E;
}
</style>
border-color css
<style>
span { border-color: #256C2E; }
span { border-color: rgb(37,108,46); }
td.TdClassName
{
border-color: #256C2E;
}
.TagClassName
{
border-color: #256C2E;
}
</style>