Shades of San Felix #27722F
Tints of San Felix #27722F
RGB
CMYK
RGB Variations
Color information
#27722F (or 0x27722F) is known color: San Felix. HEX triplet: 27, 72 and 2F. RGB value is (39,114,47). Sum of RGB (Red+Green+Blue) = 39+114+47=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #27722F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27722F is #D88DD0. Grayscale: #545454. Windows color (decimal): -14192081 or 3109415. OLE color: 3109415.
HSL color Cylindrical-coordinate representation of color #27722F: hue angle of 126.4º 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 #27722F is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 114 | 47 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.55 |
| HSL | 126.4º | 0.49% | 0.3% | - |
| HSV(B) | 126.4º | 0.66% | 0.45% | - |
| XYZ | 7.37 | 12.67 | 4.75 | - |
| YUV | 83.94 | 107.15 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 114 | 47 | 0.66 | 0 | 0.59 | 0.55 | 126.4 | 0.49 | 0.3 |
| Hex | 27 | 72 | 2F | 42 | 0 | 3B | 37 | 7E | 31 | 1E |
| Octal | 47 | 162 | 57 | 102 | 0 | 73 | 67 | 176 | 61 | 36 |
| Binary | 100111 | 1110010 | 101111 | 1000010 | 0 | 111011 | 110111 | 1111110 | 110001 | 11110 |
Color Harmonies of #27722F
Complementary color
Monochromatic Colors of #27722F
Black with #27722F
Text Example
Text Example
White with #27722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27722F; }
p { color: rgb(39,114,47); }
H1.HeaderClassName
{
color: #27722F;
}
.AnyTagClassName
{
color: #27722F;
}
</style>
background-color css
<style>
a { background-color: #27722F; }
a { background-color: rgb(39,114,47); }
div.DivClassName
{
background-color: #27722F;
}
.BgClassName
{
background-color: #27722F;
}
</style>
border-color css
<style>
span { border-color: #27722F; }
span { border-color: rgb(39,114,47); }
td.TdClassName
{
border-color: #27722F;
}
.TagClassName
{
border-color: #27722F;
}
</style>