Shades of San Felix #27732D
Tints of San Felix #27732D
RGB
CMYK
RGB Variations
Color information
#27732D (or 0x27732D) is known color: San Felix. HEX triplet: 27, 73 and 2D. RGB value is (39,115,45). Sum of RGB (Red+Green+Blue) = 39+115+45=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #27732D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27732D is #D88CD2. Grayscale: #545454. Windows color (decimal): -14191827 or 2978599. OLE color: 2978599.
HSL color Cylindrical-coordinate representation of color #27732D: hue angle of 124.74º degrees, saturation: 0.49, 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 #27732D is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 115 | 45 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.55 |
| HSL | 124.74º | 0.49% | 0.3% | - |
| HSV(B) | 124.74º | 0.66% | 0.45% | - |
| XYZ | 7.44 | 12.88 | 4.58 | - |
| YUV | 84.3 | 105.82 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 115 | 45 | 0.66 | 0 | 0.61 | 0.55 | 124.74 | 0.49 | 0.3 |
| Hex | 27 | 73 | 2D | 42 | 0 | 3D | 37 | 7D | 31 | 1E |
| Octal | 47 | 163 | 55 | 102 | 0 | 75 | 67 | 175 | 61 | 36 |
| Binary | 100111 | 1110011 | 101101 | 1000010 | 0 | 111101 | 110111 | 1111101 | 110001 | 11110 |
Color Harmonies of #27732D
Complementary color
Monochromatic Colors of #27732D
Black with #27732D
Text Example
Text Example
White with #27732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27732D; }
p { color: rgb(39,115,45); }
H1.HeaderClassName
{
color: #27732D;
}
.AnyTagClassName
{
color: #27732D;
}
</style>
background-color css
<style>
a { background-color: #27732D; }
a { background-color: rgb(39,115,45); }
div.DivClassName
{
background-color: #27732D;
}
.BgClassName
{
background-color: #27732D;
}
</style>
border-color css
<style>
span { border-color: #27732D; }
span { border-color: rgb(39,115,45); }
td.TdClassName
{
border-color: #27732D;
}
.TagClassName
{
border-color: #27732D;
}
</style>