Shades of San Felix #256D2E
Tints of San Felix #256D2E
RGB
CMYK
RGB Variations
Color information
#256D2E (or 0x256D2E) is known color: San Felix. HEX triplet: 25, 6D and 2E. RGB value is (37,109,46). Sum of RGB (Red+Green+Blue) = 37+109+46=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 109 (42.97% from 255 or 56.77% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 109 - color contains mainly: green. Hex color #256D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256D2E is #DA92D1. Grayscale: #505050. Windows color (decimal): -14324434 or 3042597. OLE color: 3042597.
HSL color Cylindrical-coordinate representation of color #256D2E: hue angle of 127.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #256D2E is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 109 | 46 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.57 |
| HSL | 127.5º | 0.49% | 0.29% | - |
| HSV(B) | 127.5º | 0.66% | 0.43% | - |
| XYZ | 6.72 | 11.53 | 4.46 | - |
| YUV | 80.29 | 108.65 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 46 | 0.66 | 0 | 0.58 | 0.57 | 127.5 | 0.49 | 0.29 |
| Hex | 25 | 6D | 2E | 42 | 0 | 3A | 39 | 80 | 31 | 1D |
| Octal | 45 | 155 | 56 | 102 | 0 | 72 | 71 | 200 | 61 | 35 |
| Binary | 100101 | 1101101 | 101110 | 1000010 | 0 | 111010 | 111001 | 10000000 | 110001 | 11101 |
Color Harmonies of #256D2E
Complementary color
Monochromatic Colors of #256D2E
Black with #256D2E
Text Example
Text Example
White with #256D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256D2E; }
p { color: rgb(37,109,46); }
H1.HeaderClassName
{
color: #256D2E;
}
.AnyTagClassName
{
color: #256D2E;
}
</style>
background-color css
<style>
a { background-color: #256D2E; }
a { background-color: rgb(37,109,46); }
div.DivClassName
{
background-color: #256D2E;
}
.BgClassName
{
background-color: #256D2E;
}
</style>
border-color css
<style>
span { border-color: #256D2E; }
span { border-color: rgb(37,109,46); }
td.TdClassName
{
border-color: #256D2E;
}
.TagClassName
{
border-color: #256D2E;
}
</style>