Shades of San Felix #206F25
Tints of San Felix #206F25
RGB
CMYK
RGB Variations
Color information
#206F25 (or 0x206F25) is known color: San Felix. HEX triplet: 20, 6F and 25. RGB value is (32,111,37). Sum of RGB (Red+Green+Blue) = 32+111+37=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 111 (43.75% from 255 or 61.67% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 111 - color contains mainly: green. Hex color #206F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206F25 is #DF90DA. Grayscale: #4F4F4F. Windows color (decimal): -14651611 or 2453280. OLE color: 2453280.
HSL color Cylindrical-coordinate representation of color #206F25: hue angle of 123.8º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206F25 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 111 | 37 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.56 |
| HSL | 123.8º | 0.55% | 0.28% | - |
| HSV(B) | 123.8º | 0.71% | 0.44% | - |
| XYZ | 6.61 | 11.81 | 3.68 | - |
| YUV | 78.94 | 104.33 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 37 | 0.71 | 0 | 0.67 | 0.56 | 123.8 | 0.55 | 0.28 |
| Hex | 20 | 6F | 25 | 47 | 0 | 43 | 38 | 7C | 37 | 1C |
| Octal | 40 | 157 | 45 | 107 | 0 | 103 | 70 | 174 | 67 | 34 |
| Binary | 100000 | 1101111 | 100101 | 1000111 | 0 | 1000011 | 111000 | 1111100 | 110111 | 11100 |
Color Harmonies of #206F25
Complementary color
Monochromatic Colors of #206F25
Black with #206F25
Text Example
Text Example
White with #206F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206F25; }
p { color: rgb(32,111,37); }
H1.HeaderClassName
{
color: #206F25;
}
.AnyTagClassName
{
color: #206F25;
}
</style>
background-color css
<style>
a { background-color: #206F25; }
a { background-color: rgb(32,111,37); }
div.DivClassName
{
background-color: #206F25;
}
.BgClassName
{
background-color: #206F25;
}
</style>
border-color css
<style>
span { border-color: #206F25; }
span { border-color: rgb(32,111,37); }
td.TdClassName
{
border-color: #206F25;
}
.TagClassName
{
border-color: #206F25;
}
</style>