Shades of San Felix #256C2A
Tints of San Felix #256C2A
RGB
CMYK
RGB Variations
Color information
#256C2A (or 0x256C2A) is known color: San Felix. HEX triplet: 25, 6C and 2A. RGB value is (37,108,42). Sum of RGB (Red+Green+Blue) = 37+108+42=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 108 (42.58% from 255 or 57.75% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 108 - color contains mainly: green. Hex color #256C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256C2A is #DA93D5. Grayscale: #4F4F4F. Windows color (decimal): -14324694 or 2780197. OLE color: 2780197.
HSL color Cylindrical-coordinate representation of color #256C2A: hue angle of 124.23º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #256C2A is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 108 | 42 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.58 |
| HSL | 124.23º | 0.49% | 0.28% | - |
| HSV(B) | 124.23º | 0.66% | 0.42% | - |
| XYZ | 6.54 | 11.29 | 4.02 | - |
| YUV | 79.25 | 106.98 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 42 | 0.66 | 0 | 0.61 | 0.58 | 124.23 | 0.49 | 0.28 |
| Hex | 25 | 6C | 2A | 42 | 0 | 3D | 3A | 7C | 31 | 1C |
| Octal | 45 | 154 | 52 | 102 | 0 | 75 | 72 | 174 | 61 | 34 |
| Binary | 100101 | 1101100 | 101010 | 1000010 | 0 | 111101 | 111010 | 1111100 | 110001 | 11100 |
Color Harmonies of #256C2A
Complementary color
Monochromatic Colors of #256C2A
Black with #256C2A
Text Example
Text Example
White with #256C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256C2A; }
p { color: rgb(37,108,42); }
H1.HeaderClassName
{
color: #256C2A;
}
.AnyTagClassName
{
color: #256C2A;
}
</style>
background-color css
<style>
a { background-color: #256C2A; }
a { background-color: rgb(37,108,42); }
div.DivClassName
{
background-color: #256C2A;
}
.BgClassName
{
background-color: #256C2A;
}
</style>
border-color css
<style>
span { border-color: #256C2A; }
span { border-color: rgb(37,108,42); }
td.TdClassName
{
border-color: #256C2A;
}
.TagClassName
{
border-color: #256C2A;
}
</style>