Shades of San Felix #27702C
Tints of San Felix #27702C
RGB
CMYK
RGB Variations
Color information
#27702C (or 0x27702C) is known color: San Felix. HEX triplet: 27, 70 and 2C. RGB value is (39,112,44). Sum of RGB (Red+Green+Blue) = 39+112+44=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #27702C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27702C is #D88FD3. Grayscale: #525252. Windows color (decimal): -14192596 or 2912295. OLE color: 2912295.
HSL color Cylindrical-coordinate representation of color #27702C: hue angle of 124.11º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27702C is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 112 | 44 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.56 |
| HSL | 124.11º | 0.48% | 0.3% | - |
| HSV(B) | 124.11º | 0.65% | 0.44% | - |
| XYZ | 7.09 | 12.2 | 4.36 | - |
| YUV | 82.42 | 106.32 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 112 | 44 | 0.65 | 0 | 0.61 | 0.56 | 124.11 | 0.48 | 0.3 |
| Hex | 27 | 70 | 2C | 41 | 0 | 3D | 38 | 7C | 30 | 1E |
| Octal | 47 | 160 | 54 | 101 | 0 | 75 | 70 | 174 | 60 | 36 |
| Binary | 100111 | 1110000 | 101100 | 1000001 | 0 | 111101 | 111000 | 1111100 | 110000 | 11110 |
Color Harmonies of #27702C
Complementary color
Monochromatic Colors of #27702C
Black with #27702C
Text Example
Text Example
White with #27702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27702C; }
p { color: rgb(39,112,44); }
H1.HeaderClassName
{
color: #27702C;
}
.AnyTagClassName
{
color: #27702C;
}
</style>
background-color css
<style>
a { background-color: #27702C; }
a { background-color: rgb(39,112,44); }
div.DivClassName
{
background-color: #27702C;
}
.BgClassName
{
background-color: #27702C;
}
</style>
border-color css
<style>
span { border-color: #27702C; }
span { border-color: rgb(39,112,44); }
td.TdClassName
{
border-color: #27702C;
}
.TagClassName
{
border-color: #27702C;
}
</style>