Shades of San Felix #256B28
Tints of San Felix #256B28
RGB
CMYK
RGB Variations
Color information
#256B28 (or 0x256B28) is known color: San Felix. HEX triplet: 25, 6B and 28. RGB value is (37,107,40). Sum of RGB (Red+Green+Blue) = 37+107+40=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 107 (42.19% from 255 or 58.15% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 107 - color contains mainly: green. Hex color #256B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256B28 is #DA94D7. Grayscale: #4E4E4E. Windows color (decimal): -14324952 or 2648869. OLE color: 2648869.
HSL color Cylindrical-coordinate representation of color #256B28: hue angle of 122.57º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #256B28 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 107 | 40 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.58 |
| HSL | 122.57º | 0.49% | 0.28% | - |
| HSV(B) | 122.57º | 0.65% | 0.42% | - |
| XYZ | 6.4 | 11.06 | 3.81 | - |
| YUV | 78.43 | 106.31 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 40 | 0.65 | 0 | 0.63 | 0.58 | 122.57 | 0.49 | 0.28 |
| Hex | 25 | 6B | 28 | 41 | 0 | 3F | 3A | 7B | 31 | 1C |
| Octal | 45 | 153 | 50 | 101 | 0 | 77 | 72 | 173 | 61 | 34 |
| Binary | 100101 | 1101011 | 101000 | 1000001 | 0 | 111111 | 111010 | 1111011 | 110001 | 11100 |
Color Harmonies of #256B28
Complementary color
Monochromatic Colors of #256B28
Black with #256B28
Text Example
Text Example
White with #256B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256B28; }
p { color: rgb(37,107,40); }
H1.HeaderClassName
{
color: #256B28;
}
.AnyTagClassName
{
color: #256B28;
}
</style>
background-color css
<style>
a { background-color: #256B28; }
a { background-color: rgb(37,107,40); }
div.DivClassName
{
background-color: #256B28;
}
.BgClassName
{
background-color: #256B28;
}
</style>
border-color css
<style>
span { border-color: #256B28; }
span { border-color: rgb(37,107,40); }
td.TdClassName
{
border-color: #256B28;
}
.TagClassName
{
border-color: #256B28;
}
</style>