Shades of San Felix #256F27
Tints of San Felix #256F27
RGB
CMYK
RGB Variations
Color information
#256F27 (or 0x256F27) is known color: San Felix. HEX triplet: 25, 6F and 27. RGB value is (37,111,39). Sum of RGB (Red+Green+Blue) = 37+111+39=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 111 (43.75% from 255 or 59.36% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 111 - color contains mainly: green. Hex color #256F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256F27 is #DA90D8. Grayscale: #505050. Windows color (decimal): -14323929 or 2584357. OLE color: 2584357.
HSL color Cylindrical-coordinate representation of color #256F27: hue angle of 121.62º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #256F27 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 111 | 39 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.56 |
| HSL | 121.62º | 0.5% | 0.29% | - |
| HSV(B) | 121.62º | 0.67% | 0.44% | - |
| XYZ | 6.81 | 11.91 | 3.86 | - |
| YUV | 80.67 | 104.48 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 39 | 0.67 | 0 | 0.65 | 0.56 | 121.62 | 0.5 | 0.29 |
| Hex | 25 | 6F | 27 | 43 | 0 | 41 | 38 | 7A | 32 | 1D |
| Octal | 45 | 157 | 47 | 103 | 0 | 101 | 70 | 172 | 62 | 35 |
| Binary | 100101 | 1101111 | 100111 | 1000011 | 0 | 1000001 | 111000 | 1111010 | 110010 | 11101 |
Color Harmonies of #256F27
Complementary color
Monochromatic Colors of #256F27
Black with #256F27
Text Example
Text Example
White with #256F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256F27; }
p { color: rgb(37,111,39); }
H1.HeaderClassName
{
color: #256F27;
}
.AnyTagClassName
{
color: #256F27;
}
</style>
background-color css
<style>
a { background-color: #256F27; }
a { background-color: rgb(37,111,39); }
div.DivClassName
{
background-color: #256F27;
}
.BgClassName
{
background-color: #256F27;
}
</style>
border-color css
<style>
span { border-color: #256F27; }
span { border-color: rgb(37,111,39); }
td.TdClassName
{
border-color: #256F27;
}
.TagClassName
{
border-color: #256F27;
}
</style>