Shades of San Felix #27752F
Tints of San Felix #27752F
RGB
CMYK
RGB Variations
Color information
#27752F (or 0x27752F) is known color: San Felix. HEX triplet: 27, 75 and 2F. RGB value is (39,117,47). Sum of RGB (Red+Green+Blue) = 39+117+47=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 117 (46.09% from 255 or 57.64% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 117 - color contains mainly: green. Hex color #27752F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27752F is #D88AD0. Grayscale: #555555. Windows color (decimal): -14191313 or 3110183. OLE color: 3110183.
HSL color Cylindrical-coordinate representation of color #27752F: hue angle of 126.15º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27752F is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 39 | 117 | 47 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.54 |
| HSL | 126.15º | 0.5% | 0.31% | - |
| HSV(B) | 126.15º | 0.67% | 0.46% | - |
| XYZ | 7.71 | 13.36 | 4.86 | - |
| YUV | 85.7 | 106.16 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 117 | 47 | 0.67 | 0 | 0.60 | 0.54 | 126.15 | 0.5 | 0.31 |
| Hex | 27 | 75 | 2F | 43 | 0 | 3C | 36 | 7E | 32 | 1F |
| Octal | 47 | 165 | 57 | 103 | 0 | 74 | 66 | 176 | 62 | 37 |
| Binary | 100111 | 1110101 | 101111 | 1000011 | 0 | 111100 | 110110 | 1111110 | 110010 | 11111 |
Color Harmonies of #27752F
Complementary color
Monochromatic Colors of #27752F
Black with #27752F
Text Example
Text Example
White with #27752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27752F; }
p { color: rgb(39,117,47); }
H1.HeaderClassName
{
color: #27752F;
}
.AnyTagClassName
{
color: #27752F;
}
</style>
background-color css
<style>
a { background-color: #27752F; }
a { background-color: rgb(39,117,47); }
div.DivClassName
{
background-color: #27752F;
}
.BgClassName
{
background-color: #27752F;
}
</style>
border-color css
<style>
span { border-color: #27752F; }
span { border-color: rgb(39,117,47); }
td.TdClassName
{
border-color: #27752F;
}
.TagClassName
{
border-color: #27752F;
}
</style>