Shades of San Felix #256C30
Tints of San Felix #256C30
RGB
CMYK
RGB Variations
Color information
#256C30 (or 0x256C30) is known color: San Felix. HEX triplet: 25, 6C and 30. RGB value is (37,108,48). Sum of RGB (Red+Green+Blue) = 37+108+48=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 108 (42.58% from 255 or 55.96% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 108 - color contains mainly: green. Hex color #256C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256C30 is #DA93CF. Grayscale: #505050. Windows color (decimal): -14324688 or 3173413. OLE color: 3173413.
HSL color Cylindrical-coordinate representation of color #256C30: hue angle of 129.3º 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 #256C30 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 108 | 48 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.58 |
| HSL | 129.3º | 0.49% | 0.28% | - |
| HSV(B) | 129.3º | 0.66% | 0.42% | - |
| XYZ | 6.66 | 11.33 | 4.63 | - |
| YUV | 79.93 | 109.98 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 48 | 0.66 | 0 | 0.56 | 0.58 | 129.3 | 0.49 | 0.28 |
| Hex | 25 | 6C | 30 | 42 | 0 | 38 | 3A | 81 | 31 | 1C |
| Octal | 45 | 154 | 60 | 102 | 0 | 70 | 72 | 201 | 61 | 34 |
| Binary | 100101 | 1101100 | 110000 | 1000010 | 0 | 111000 | 111010 | 10000001 | 110001 | 11100 |
Color Harmonies of #256C30
Complementary color
Monochromatic Colors of #256C30
Black with #256C30
Text Example
Text Example
White with #256C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256C30; }
p { color: rgb(37,108,48); }
H1.HeaderClassName
{
color: #256C30;
}
.AnyTagClassName
{
color: #256C30;
}
</style>
background-color css
<style>
a { background-color: #256C30; }
a { background-color: rgb(37,108,48); }
div.DivClassName
{
background-color: #256C30;
}
.BgClassName
{
background-color: #256C30;
}
</style>
border-color css
<style>
span { border-color: #256C30; }
span { border-color: rgb(37,108,48); }
td.TdClassName
{
border-color: #256C30;
}
.TagClassName
{
border-color: #256C30;
}
</style>