Shades of San Felix #27652F
Tints of San Felix #27652F
RGB
CMYK
RGB Variations
Color information
#27652F (or 0x27652F) is known color: San Felix. HEX triplet: 27, 65 and 2F. RGB value is (39,101,47). Sum of RGB (Red+Green+Blue) = 39+101+47=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 101 (39.84% from 255 or 54.01% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 101 - color contains mainly: green. Hex color #27652F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27652F is #D89AD0. Grayscale: #4C4C4C. Windows color (decimal): -14195409 or 3106087. OLE color: 3106087.
HSL color Cylindrical-coordinate representation of color #27652F: hue angle of 127.74º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #27652F is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 101 | 47 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.60 |
| HSL | 127.74º | 0.44% | 0.27% | - |
| HSV(B) | 127.74º | 0.61% | 0.4% | - |
| XYZ | 6 | 9.94 | 4.29 | - |
| YUV | 76.31 | 111.46 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 101 | 47 | 0.61 | 0 | 0.53 | 0.60 | 127.74 | 0.44 | 0.27 |
| Hex | 27 | 65 | 2F | 3D | 0 | 35 | 3C | 80 | 2C | 1B |
| Octal | 47 | 145 | 57 | 75 | 0 | 65 | 74 | 200 | 54 | 33 |
| Binary | 100111 | 1100101 | 101111 | 111101 | 0 | 110101 | 111100 | 10000000 | 101100 | 11011 |
Color Harmonies of #27652F
Complementary color
Monochromatic Colors of #27652F
Black with #27652F
Text Example
Text Example
White with #27652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27652F; }
p { color: rgb(39,101,47); }
H1.HeaderClassName
{
color: #27652F;
}
.AnyTagClassName
{
color: #27652F;
}
</style>
background-color css
<style>
a { background-color: #27652F; }
a { background-color: rgb(39,101,47); }
div.DivClassName
{
background-color: #27652F;
}
.BgClassName
{
background-color: #27652F;
}
</style>
border-color css
<style>
span { border-color: #27652F; }
span { border-color: rgb(39,101,47); }
td.TdClassName
{
border-color: #27652F;
}
.TagClassName
{
border-color: #27652F;
}
</style>