Shades of San Felix #256B30
Tints of San Felix #256B30
RGB
CMYK
RGB Variations
Color information
#256B30 (or 0x256B30) is known color: San Felix. HEX triplet: 25, 6B and 30. RGB value is (37,107,48). Sum of RGB (Red+Green+Blue) = 37+107+48=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 107 (42.19% from 255 or 55.73% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 107 - color contains mainly: green. Hex color #256B30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256B30 is #DA94CF. Grayscale: #4F4F4F. Windows color (decimal): -14324944 or 3173157. OLE color: 3173157.
HSL color Cylindrical-coordinate representation of color #256B30: hue angle of 129.43º 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 #256B30 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 107 | 48 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.58 |
| HSL | 129.43º | 0.49% | 0.28% | - |
| HSV(B) | 129.43º | 0.65% | 0.42% | - |
| XYZ | 6.55 | 11.12 | 4.6 | - |
| YUV | 79.34 | 110.31 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 48 | 0.65 | 0 | 0.55 | 0.58 | 129.43 | 0.49 | 0.28 |
| Hex | 25 | 6B | 30 | 41 | 0 | 37 | 3A | 81 | 31 | 1C |
| Octal | 45 | 153 | 60 | 101 | 0 | 67 | 72 | 201 | 61 | 34 |
| Binary | 100101 | 1101011 | 110000 | 1000001 | 0 | 110111 | 111010 | 10000001 | 110001 | 11100 |
Color Harmonies of #256B30
Complementary color
Monochromatic Colors of #256B30
Black with #256B30
Text Example
Text Example
White with #256B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256B30; }
p { color: rgb(37,107,48); }
H1.HeaderClassName
{
color: #256B30;
}
.AnyTagClassName
{
color: #256B30;
}
</style>
background-color css
<style>
a { background-color: #256B30; }
a { background-color: rgb(37,107,48); }
div.DivClassName
{
background-color: #256B30;
}
.BgClassName
{
background-color: #256B30;
}
</style>
border-color css
<style>
span { border-color: #256B30; }
span { border-color: rgb(37,107,48); }
td.TdClassName
{
border-color: #256B30;
}
.TagClassName
{
border-color: #256B30;
}
</style>