Shades of San Felix #27712F
Tints of San Felix #27712F
RGB
CMYK
RGB Variations
Color information
#27712F (or 0x27712F) is known color: San Felix. HEX triplet: 27, 71 and 2F. RGB value is (39,113,47). Sum of RGB (Red+Green+Blue) = 39+113+47=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 113 (44.53% from 255 or 56.78% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 113 - color contains mainly: green. Hex color #27712F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27712F is #D88ED0. Grayscale: #535353. Windows color (decimal): -14192337 or 3109159. OLE color: 3109159.
HSL color Cylindrical-coordinate representation of color #27712F: hue angle of 126.49º 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 #27712F is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 113 | 47 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.56 |
| HSL | 126.49º | 0.49% | 0.3% | - |
| HSV(B) | 126.49º | 0.65% | 0.44% | - |
| XYZ | 7.25 | 12.45 | 4.71 | - |
| YUV | 83.35 | 107.48 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 113 | 47 | 0.65 | 0 | 0.58 | 0.56 | 126.49 | 0.49 | 0.3 |
| Hex | 27 | 71 | 2F | 41 | 0 | 3A | 38 | 7E | 31 | 1E |
| Octal | 47 | 161 | 57 | 101 | 0 | 72 | 70 | 176 | 61 | 36 |
| Binary | 100111 | 1110001 | 101111 | 1000001 | 0 | 111010 | 111000 | 1111110 | 110001 | 11110 |
Color Harmonies of #27712F
Complementary color
Monochromatic Colors of #27712F
Black with #27712F
Text Example
Text Example
White with #27712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27712F; }
p { color: rgb(39,113,47); }
H1.HeaderClassName
{
color: #27712F;
}
.AnyTagClassName
{
color: #27712F;
}
</style>
background-color css
<style>
a { background-color: #27712F; }
a { background-color: rgb(39,113,47); }
div.DivClassName
{
background-color: #27712F;
}
.BgClassName
{
background-color: #27712F;
}
</style>
border-color css
<style>
span { border-color: #27712F; }
span { border-color: rgb(39,113,47); }
td.TdClassName
{
border-color: #27712F;
}
.TagClassName
{
border-color: #27712F;
}
</style>