Shades of San Felix #256C2C
Tints of San Felix #256C2C
RGB
CMYK
RGB Variations
Color information
#256C2C (or 0x256C2C) is known color: San Felix. HEX triplet: 25, 6C and 2C. RGB value is (37,108,44). Sum of RGB (Red+Green+Blue) = 37+108+44=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 108 (42.58% from 255 or 57.14% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 108 - color contains mainly: green. Hex color #256C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256C2C is #DA93D3. Grayscale: #4F4F4F. Windows color (decimal): -14324692 or 2911269. OLE color: 2911269.
HSL color Cylindrical-coordinate representation of color #256C2C: hue angle of 125.92º 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 #256C2C is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 108 | 44 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.58 |
| HSL | 125.92º | 0.49% | 0.28% | - |
| HSV(B) | 125.92º | 0.66% | 0.42% | - |
| XYZ | 6.58 | 11.3 | 4.22 | - |
| YUV | 79.48 | 107.98 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 44 | 0.66 | 0 | 0.59 | 0.58 | 125.92 | 0.49 | 0.28 |
| Hex | 25 | 6C | 2C | 42 | 0 | 3B | 3A | 7E | 31 | 1C |
| Octal | 45 | 154 | 54 | 102 | 0 | 73 | 72 | 176 | 61 | 34 |
| Binary | 100101 | 1101100 | 101100 | 1000010 | 0 | 111011 | 111010 | 1111110 | 110001 | 11100 |
Color Harmonies of #256C2C
Complementary color
Monochromatic Colors of #256C2C
Black with #256C2C
Text Example
Text Example
White with #256C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256C2C; }
p { color: rgb(37,108,44); }
H1.HeaderClassName
{
color: #256C2C;
}
.AnyTagClassName
{
color: #256C2C;
}
</style>
background-color css
<style>
a { background-color: #256C2C; }
a { background-color: rgb(37,108,44); }
div.DivClassName
{
background-color: #256C2C;
}
.BgClassName
{
background-color: #256C2C;
}
</style>
border-color css
<style>
span { border-color: #256C2C; }
span { border-color: rgb(37,108,44); }
td.TdClassName
{
border-color: #256C2C;
}
.TagClassName
{
border-color: #256C2C;
}
</style>