Shades of San Felix #27682A
Tints of San Felix #27682A
RGB
CMYK
RGB Variations
Color information
#27682A (or 0x27682A) is known color: San Felix. HEX triplet: 27, 68 and 2A. RGB value is (39,104,42). Sum of RGB (Red+Green+Blue) = 39+104+42=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 104 (41.02% from 255 or 56.22% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 104 - color contains mainly: green. Hex color #27682A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27682A is #D897D5. Grayscale: #4D4D4D. Windows color (decimal): -14194646 or 2779175. OLE color: 2779175.
HSL color Cylindrical-coordinate representation of color #27682A: hue angle of 122.77º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #27682A is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 39 | 104 | 42 | - |
| CMYK | 0.62 | 0 | 0.60 | 0.59 |
| HSL | 122.77º | 0.45% | 0.28% | - |
| HSV(B) | 122.77º | 0.63% | 0.41% | - |
| XYZ | 6.2 | 10.5 | 3.89 | - |
| YUV | 77.5 | 107.97 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 104 | 42 | 0.62 | 0 | 0.60 | 0.59 | 122.77 | 0.45 | 0.28 |
| Hex | 27 | 68 | 2A | 3E | 0 | 3C | 3B | 7B | 2D | 1C |
| Octal | 47 | 150 | 52 | 76 | 0 | 74 | 73 | 173 | 55 | 34 |
| Binary | 100111 | 1101000 | 101010 | 111110 | 0 | 111100 | 111011 | 1111011 | 101101 | 11100 |
Color Harmonies of #27682A
Complementary color
Monochromatic Colors of #27682A
Black with #27682A
Text Example
Text Example
White with #27682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27682A; }
p { color: rgb(39,104,42); }
H1.HeaderClassName
{
color: #27682A;
}
.AnyTagClassName
{
color: #27682A;
}
</style>
background-color css
<style>
a { background-color: #27682A; }
a { background-color: rgb(39,104,42); }
div.DivClassName
{
background-color: #27682A;
}
.BgClassName
{
background-color: #27682A;
}
</style>
border-color css
<style>
span { border-color: #27682A; }
span { border-color: rgb(39,104,42); }
td.TdClassName
{
border-color: #27682A;
}
.TagClassName
{
border-color: #27682A;
}
</style>