Shades of San Felix #257033
Tints of San Felix #257033
RGB
CMYK
RGB Variations
Color information
#257033 (or 0x257033) is known color: San Felix. HEX triplet: 25, 70 and 33. RGB value is (37,112,51). Sum of RGB (Red+Green+Blue) = 37+112+51=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 112 (44.14% from 255 or 56% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 112 - color contains mainly: green. Hex color #257033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257033 is #DA8FCC. Grayscale: #525252. Windows color (decimal): -14323661 or 3371045. OLE color: 3371045.
HSL color Cylindrical-coordinate representation of color #257033: hue angle of 131.2º 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 #257033 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 112 | 51 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.56 |
| HSL | 131.2º | 0.5% | 0.29% | - |
| HSV(B) | 131.2º | 0.67% | 0.44% | - |
| XYZ | 7.15 | 12.22 | 5.11 | - |
| YUV | 82.62 | 110.15 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 112 | 51 | 0.67 | 0 | 0.54 | 0.56 | 131.2 | 0.5 | 0.29 |
| Hex | 25 | 70 | 33 | 43 | 0 | 36 | 38 | 83 | 32 | 1D |
| Octal | 45 | 160 | 63 | 103 | 0 | 66 | 70 | 203 | 62 | 35 |
| Binary | 100101 | 1110000 | 110011 | 1000011 | 0 | 110110 | 111000 | 10000011 | 110010 | 11101 |
Color Harmonies of #257033
Complementary color
Monochromatic Colors of #257033
Black with #257033
Text Example
Text Example
White with #257033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257033; }
p { color: rgb(37,112,51); }
H1.HeaderClassName
{
color: #257033;
}
.AnyTagClassName
{
color: #257033;
}
</style>
background-color css
<style>
a { background-color: #257033; }
a { background-color: rgb(37,112,51); }
div.DivClassName
{
background-color: #257033;
}
.BgClassName
{
background-color: #257033;
}
</style>
border-color css
<style>
span { border-color: #257033; }
span { border-color: rgb(37,112,51); }
td.TdClassName
{
border-color: #257033;
}
.TagClassName
{
border-color: #257033;
}
</style>