Shades of Genoa #27836F
Tints of Genoa #27836F
RGB
CMYK
RGB Variations
Color information
#27836F (or 0x27836F) is known color: Genoa. HEX triplet: 27, 83 and 6F. RGB value is (39,131,111). Sum of RGB (Red+Green+Blue) = 39+131+111=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #27836F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27836F is #D87C90. Grayscale: #656565. Windows color (decimal): -14187665 or 7308071. OLE color: 7308071.
HSL color Cylindrical-coordinate representation of color #27836F: hue angle of 166.96º 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 #27836F is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 131 | 111 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.49 |
| HSL | 166.96º | 0.54% | 0.33% | - |
| HSV(B) | 166.96º | 0.7% | 0.51% | - |
| XYZ | 11.82 | 17.81 | 17.85 | - |
| YUV | 101.21 | 133.52 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 131 | 111 | 0.70 | 0 | 0.15 | 0.49 | 166.96 | 0.54 | 0.33 |
| Hex | 27 | 83 | 6F | 46 | 0 | F | 31 | A7 | 36 | 21 |
| Octal | 47 | 203 | 157 | 106 | 0 | 17 | 61 | 247 | 66 | 41 |
| Binary | 100111 | 10000011 | 1101111 | 1000110 | 0 | 1111 | 110001 | 10100111 | 110110 | 100001 |
Color Harmonies of #27836F
Complementary color
Monochromatic Colors of #27836F
Black with #27836F
Text Example
Text Example
White with #27836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27836F; }
p { color: rgb(39,131,111); }
H1.HeaderClassName
{
color: #27836F;
}
.AnyTagClassName
{
color: #27836F;
}
</style>
background-color css
<style>
a { background-color: #27836F; }
a { background-color: rgb(39,131,111); }
div.DivClassName
{
background-color: #27836F;
}
.BgClassName
{
background-color: #27836F;
}
</style>
border-color css
<style>
span { border-color: #27836F; }
span { border-color: rgb(39,131,111); }
td.TdClassName
{
border-color: #27836F;
}
.TagClassName
{
border-color: #27836F;
}
</style>