Shades of Genoa #27816F
Tints of Genoa #27816F
RGB
CMYK
RGB Variations
Color information
#27816F (or 0x27816F) is known color: Genoa. HEX triplet: 27, 81 and 6F. RGB value is (39,129,111). Sum of RGB (Red+Green+Blue) = 39+129+111=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #27816F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27816F is #D87E90. Grayscale: #646464. Windows color (decimal): -14188177 or 7307559. OLE color: 7307559.
HSL color Cylindrical-coordinate representation of color #27816F: hue angle of 168º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27816F is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 129 | 111 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.49 |
| HSL | 168º | 0.54% | 0.33% | - |
| HSV(B) | 168º | 0.7% | 0.51% | - |
| XYZ | 11.56 | 17.28 | 17.77 | - |
| YUV | 100.04 | 134.18 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 129 | 111 | 0.70 | 0 | 0.14 | 0.49 | 168 | 0.54 | 0.33 |
| Hex | 27 | 81 | 6F | 46 | 0 | E | 31 | A8 | 36 | 21 |
| Octal | 47 | 201 | 157 | 106 | 0 | 16 | 61 | 250 | 66 | 41 |
| Binary | 100111 | 10000001 | 1101111 | 1000110 | 0 | 1110 | 110001 | 10101000 | 110110 | 100001 |
Color Harmonies of #27816F
Complementary color
Monochromatic Colors of #27816F
Black with #27816F
Text Example
Text Example
White with #27816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27816F; }
p { color: rgb(39,129,111); }
H1.HeaderClassName
{
color: #27816F;
}
.AnyTagClassName
{
color: #27816F;
}
</style>
background-color css
<style>
a { background-color: #27816F; }
a { background-color: rgb(39,129,111); }
div.DivClassName
{
background-color: #27816F;
}
.BgClassName
{
background-color: #27816F;
}
</style>
border-color css
<style>
span { border-color: #27816F; }
span { border-color: rgb(39,129,111); }
td.TdClassName
{
border-color: #27816F;
}
.TagClassName
{
border-color: #27816F;
}
</style>