Shades of Genoa #276F67
Tints of Genoa #276F67
RGB
CMYK
RGB Variations
Color information
#276F67 (or 0x276F67) is known color: Genoa. HEX triplet: 27, 6F and 67. RGB value is (39,111,103). Sum of RGB (Red+Green+Blue) = 39+111+103=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 111 (43.75% from 255 or 43.87% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 111 - color contains mainly: green. Hex color #276F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276F67 is #D89098. Grayscale: #585858. Windows color (decimal): -14192793 or 6778663. OLE color: 6778663.
HSL color Cylindrical-coordinate representation of color #276F67: hue angle of 173.33º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #276F67 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 111 | 103 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.56 |
| HSL | 173.33º | 0.48% | 0.29% | - |
| HSV(B) | 173.33º | 0.65% | 0.44% | - |
| XYZ | 8.97 | 12.78 | 14.83 | - |
| YUV | 88.56 | 136.15 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 111 | 103 | 0.65 | 0 | 0.07 | 0.56 | 173.33 | 0.48 | 0.29 |
| Hex | 27 | 6F | 67 | 41 | 0 | 7 | 38 | AD | 30 | 1D |
| Octal | 47 | 157 | 147 | 101 | 0 | 7 | 70 | 255 | 60 | 35 |
| Binary | 100111 | 1101111 | 1100111 | 1000001 | 0 | 111 | 111000 | 10101101 | 110000 | 11101 |
Color Harmonies of #276F67
Complementary color
Monochromatic Colors of #276F67
Black with #276F67
Text Example
Text Example
White with #276F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276F67; }
p { color: rgb(39,111,103); }
H1.HeaderClassName
{
color: #276F67;
}
.AnyTagClassName
{
color: #276F67;
}
</style>
background-color css
<style>
a { background-color: #276F67; }
a { background-color: rgb(39,111,103); }
div.DivClassName
{
background-color: #276F67;
}
.BgClassName
{
background-color: #276F67;
}
</style>
border-color css
<style>
span { border-color: #276F67; }
span { border-color: rgb(39,111,103); }
td.TdClassName
{
border-color: #276F67;
}
.TagClassName
{
border-color: #276F67;
}
</style>