Shades of San Felix #256E2D
Tints of San Felix #256E2D
RGB
CMYK
RGB Variations
Color information
#256E2D (or 0x256E2D) is known color: San Felix. HEX triplet: 25, 6E and 2D. RGB value is (37,110,45). Sum of RGB (Red+Green+Blue) = 37+110+45=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 110 (43.36% from 255 or 57.29% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 110 - color contains mainly: green. Hex color #256E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256E2D is #DA91D2. Grayscale: #505050. Windows color (decimal): -14324179 or 2977317. OLE color: 2977317.
HSL color Cylindrical-coordinate representation of color #256E2D: hue angle of 126.58º degrees, saturation: 0.5, 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 #256E2D is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 110 | 45 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.57 |
| HSL | 126.58º | 0.5% | 0.29% | - |
| HSV(B) | 126.58º | 0.66% | 0.43% | - |
| XYZ | 6.81 | 11.73 | 4.39 | - |
| YUV | 80.76 | 107.82 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 45 | 0.66 | 0 | 0.59 | 0.57 | 126.58 | 0.5 | 0.29 |
| Hex | 25 | 6E | 2D | 42 | 0 | 3B | 39 | 7F | 32 | 1D |
| Octal | 45 | 156 | 55 | 102 | 0 | 73 | 71 | 177 | 62 | 35 |
| Binary | 100101 | 1101110 | 101101 | 1000010 | 0 | 111011 | 111001 | 1111111 | 110010 | 11101 |
Color Harmonies of #256E2D
Complementary color
Monochromatic Colors of #256E2D
Black with #256E2D
Text Example
Text Example
White with #256E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256E2D; }
p { color: rgb(37,110,45); }
H1.HeaderClassName
{
color: #256E2D;
}
.AnyTagClassName
{
color: #256E2D;
}
</style>
background-color css
<style>
a { background-color: #256E2D; }
a { background-color: rgb(37,110,45); }
div.DivClassName
{
background-color: #256E2D;
}
.BgClassName
{
background-color: #256E2D;
}
</style>
border-color css
<style>
span { border-color: #256E2D; }
span { border-color: rgb(37,110,45); }
td.TdClassName
{
border-color: #256E2D;
}
.TagClassName
{
border-color: #256E2D;
}
</style>