Shades of San Felix #27742F
Tints of San Felix #27742F
RGB
CMYK
RGB Variations
Color information
#27742F (or 0x27742F) is known color: San Felix. HEX triplet: 27, 74 and 2F. RGB value is (39,116,47). Sum of RGB (Red+Green+Blue) = 39+116+47=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 116 (45.70% from 255 or 57.43% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 116 - color contains mainly: green. Hex color #27742F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27742F is #D88BD0. Grayscale: #555555. Windows color (decimal): -14191569 or 3109927. OLE color: 3109927.
HSL color Cylindrical-coordinate representation of color #27742F: hue angle of 126.23º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #27742F is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 116 | 47 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.55 |
| HSL | 126.23º | 0.5% | 0.3% | - |
| HSV(B) | 126.23º | 0.66% | 0.45% | - |
| XYZ | 7.6 | 13.13 | 4.82 | - |
| YUV | 85.11 | 106.49 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 116 | 47 | 0.66 | 0 | 0.59 | 0.55 | 126.23 | 0.5 | 0.3 |
| Hex | 27 | 74 | 2F | 42 | 0 | 3B | 37 | 7E | 32 | 1E |
| Octal | 47 | 164 | 57 | 102 | 0 | 73 | 67 | 176 | 62 | 36 |
| Binary | 100111 | 1110100 | 101111 | 1000010 | 0 | 111011 | 110111 | 1111110 | 110010 | 11110 |
Color Harmonies of #27742F
Complementary color
Monochromatic Colors of #27742F
Black with #27742F
Text Example
Text Example
White with #27742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27742F; }
p { color: rgb(39,116,47); }
H1.HeaderClassName
{
color: #27742F;
}
.AnyTagClassName
{
color: #27742F;
}
</style>
background-color css
<style>
a { background-color: #27742F; }
a { background-color: rgb(39,116,47); }
div.DivClassName
{
background-color: #27742F;
}
.BgClassName
{
background-color: #27742F;
}
</style>
border-color css
<style>
span { border-color: #27742F; }
span { border-color: rgb(39,116,47); }
td.TdClassName
{
border-color: #27742F;
}
.TagClassName
{
border-color: #27742F;
}
</style>