Shades of San Felix #256F25
Tints of San Felix #256F25
RGB
CMYK
RGB Variations
Color information
#256F25 (or 0x256F25) is known color: San Felix. HEX triplet: 25, 6F and 25. RGB value is (37,111,37). Sum of RGB (Red+Green+Blue) = 37+111+37=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 111 (43.75% from 255 or 60% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 111 - color contains mainly: green. Hex color #256F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256F25 is #DA90DA. Grayscale: #505050. Windows color (decimal): -14323931 or 2453285. OLE color: 2453285.
HSL color Cylindrical-coordinate representation of color #256F25: hue angle of 120º 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 #256F25 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 111 | 37 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.56 |
| HSL | 120º | 0.5% | 0.29% | - |
| HSV(B) | 120º | 0.67% | 0.44% | - |
| XYZ | 6.78 | 11.9 | 3.69 | - |
| YUV | 80.44 | 103.48 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 37 | 0.67 | 0 | 0.67 | 0.56 | 120 | 0.5 | 0.29 |
| Hex | 25 | 6F | 25 | 43 | 0 | 43 | 38 | 78 | 32 | 1D |
| Octal | 45 | 157 | 45 | 103 | 0 | 103 | 70 | 170 | 62 | 35 |
| Binary | 100101 | 1101111 | 100101 | 1000011 | 0 | 1000011 | 111000 | 1111000 | 110010 | 11101 |
Color Harmonies of #256F25
Complementary color
Monochromatic Colors of #256F25
Black with #256F25
Text Example
Text Example
White with #256F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256F25; }
p { color: rgb(37,111,37); }
H1.HeaderClassName
{
color: #256F25;
}
.AnyTagClassName
{
color: #256F25;
}
</style>
background-color css
<style>
a { background-color: #256F25; }
a { background-color: rgb(37,111,37); }
div.DivClassName
{
background-color: #256F25;
}
.BgClassName
{
background-color: #256F25;
}
</style>
border-color css
<style>
span { border-color: #256F25; }
span { border-color: rgb(37,111,37); }
td.TdClassName
{
border-color: #256F25;
}
.TagClassName
{
border-color: #256F25;
}
</style>