Shades of San Felix #27712A
Tints of San Felix #27712A
RGB
CMYK
RGB Variations
Color information
#27712A (or 0x27712A) is known color: San Felix. HEX triplet: 27, 71 and 2A. RGB value is (39,113,42). Sum of RGB (Red+Green+Blue) = 39+113+42=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 113 (44.53% from 255 or 58.25% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 113 - color contains mainly: green. Hex color #27712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27712A is #D88ED5. Grayscale: #525252. Windows color (decimal): -14192342 or 2781479. OLE color: 2781479.
HSL color Cylindrical-coordinate representation of color #27712A: hue angle of 122.43º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27712A is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 113 | 42 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.56 |
| HSL | 122.43º | 0.49% | 0.3% | - |
| HSV(B) | 122.43º | 0.65% | 0.44% | - |
| XYZ | 7.16 | 12.41 | 4.21 | - |
| YUV | 82.78 | 104.98 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 113 | 42 | 0.65 | 0 | 0.63 | 0.56 | 122.43 | 0.49 | 0.3 |
| Hex | 27 | 71 | 2A | 41 | 0 | 3F | 38 | 7A | 31 | 1E |
| Octal | 47 | 161 | 52 | 101 | 0 | 77 | 70 | 172 | 61 | 36 |
| Binary | 100111 | 1110001 | 101010 | 1000001 | 0 | 111111 | 111000 | 1111010 | 110001 | 11110 |
Color Harmonies of #27712A
Complementary color
Monochromatic Colors of #27712A
Black with #27712A
Text Example
Text Example
White with #27712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27712A; }
p { color: rgb(39,113,42); }
H1.HeaderClassName
{
color: #27712A;
}
.AnyTagClassName
{
color: #27712A;
}
</style>
background-color css
<style>
a { background-color: #27712A; }
a { background-color: rgb(39,113,42); }
div.DivClassName
{
background-color: #27712A;
}
.BgClassName
{
background-color: #27712A;
}
</style>
border-color css
<style>
span { border-color: #27712A; }
span { border-color: rgb(39,113,42); }
td.TdClassName
{
border-color: #27712A;
}
.TagClassName
{
border-color: #27712A;
}
</style>