Shades of San Felix #207825
Tints of San Felix #207825
RGB
CMYK
RGB Variations
Color information
#207825 (or 0x207825) is known color: San Felix. HEX triplet: 20, 78 and 25. RGB value is (32,120,37). Sum of RGB (Red+Green+Blue) = 32+120+37=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 120 (47.27% from 255 or 63.49% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 120 - color contains mainly: green. Hex color #207825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207825 is #DF87DA. Grayscale: #545454. Windows color (decimal): -14649307 or 2455584. OLE color: 2455584.
HSL color Cylindrical-coordinate representation of color #207825: hue angle of 123.41º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207825 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 120 | 37 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.53 |
| HSL | 123.41º | 0.58% | 0.3% | - |
| HSV(B) | 123.41º | 0.73% | 0.47% | - |
| XYZ | 7.65 | 13.87 | 4.03 | - |
| YUV | 84.23 | 101.35 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 37 | 0.73 | 0 | 0.69 | 0.53 | 123.41 | 0.58 | 0.3 |
| Hex | 20 | 78 | 25 | 49 | 0 | 45 | 35 | 7B | 3A | 1E |
| Octal | 40 | 170 | 45 | 111 | 0 | 105 | 65 | 173 | 72 | 36 |
| Binary | 100000 | 1111000 | 100101 | 1001001 | 0 | 1000101 | 110101 | 1111011 | 111010 | 11110 |
Color Harmonies of #207825
Complementary color
Monochromatic Colors of #207825
Black with #207825
Text Example
Text Example
White with #207825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207825; }
p { color: rgb(32,120,37); }
H1.HeaderClassName
{
color: #207825;
}
.AnyTagClassName
{
color: #207825;
}
</style>
background-color css
<style>
a { background-color: #207825; }
a { background-color: rgb(32,120,37); }
div.DivClassName
{
background-color: #207825;
}
.BgClassName
{
background-color: #207825;
}
</style>
border-color css
<style>
span { border-color: #207825; }
span { border-color: rgb(32,120,37); }
td.TdClassName
{
border-color: #207825;
}
.TagClassName
{
border-color: #207825;
}
</style>