Shades of San Felix #256F33
Tints of San Felix #256F33
RGB
CMYK
RGB Variations
Color information
#256F33 (or 0x256F33) is known color: San Felix. HEX triplet: 25, 6F and 33. RGB value is (37,111,51). Sum of RGB (Red+Green+Blue) = 37+111+51=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 111 (43.75% from 255 or 55.78% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 111 - color contains mainly: green. Hex color #256F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256F33 is #DA90CC. Grayscale: #525252. Windows color (decimal): -14323917 or 3370789. OLE color: 3370789.
HSL color Cylindrical-coordinate representation of color #256F33: hue angle of 131.35º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #256F33 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 111 | 51 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.56 |
| HSL | 131.35º | 0.5% | 0.29% | - |
| HSV(B) | 131.35º | 0.67% | 0.44% | - |
| XYZ | 7.04 | 12 | 5.08 | - |
| YUV | 82.03 | 110.48 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 51 | 0.67 | 0 | 0.54 | 0.56 | 131.35 | 0.5 | 0.29 |
| Hex | 25 | 6F | 33 | 43 | 0 | 36 | 38 | 83 | 32 | 1D |
| Octal | 45 | 157 | 63 | 103 | 0 | 66 | 70 | 203 | 62 | 35 |
| Binary | 100101 | 1101111 | 110011 | 1000011 | 0 | 110110 | 111000 | 10000011 | 110010 | 11101 |
Color Harmonies of #256F33
Complementary color
Monochromatic Colors of #256F33
Black with #256F33
Text Example
Text Example
White with #256F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256F33; }
p { color: rgb(37,111,51); }
H1.HeaderClassName
{
color: #256F33;
}
.AnyTagClassName
{
color: #256F33;
}
</style>
background-color css
<style>
a { background-color: #256F33; }
a { background-color: rgb(37,111,51); }
div.DivClassName
{
background-color: #256F33;
}
.BgClassName
{
background-color: #256F33;
}
</style>
border-color css
<style>
span { border-color: #256F33; }
span { border-color: rgb(37,111,51); }
td.TdClassName
{
border-color: #256F33;
}
.TagClassName
{
border-color: #256F33;
}
</style>