Shades of Genoa #267E6D
Tints of Genoa #267E6D
RGB
CMYK
RGB Variations
Color information
#267E6D (or 0x267E6D) is known color: Genoa. HEX triplet: 26, 7E and 6D. RGB value is (38,126,109). Sum of RGB (Red+Green+Blue) = 38+126+109=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 126 - color contains mainly: green. Hex color #267E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267E6D is #D98192. Grayscale: #616161. Windows color (decimal): -14254483 or 7175718. OLE color: 7175718.
HSL color Cylindrical-coordinate representation of color #267E6D: hue angle of 168.41º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267E6D is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 126 | 109 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.51 |
| HSL | 168.41º | 0.54% | 0.32% | - |
| HSV(B) | 168.41º | 0.7% | 0.49% | - |
| XYZ | 11.02 | 16.44 | 17.06 | - |
| YUV | 97.75 | 134.35 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 126 | 109 | 0.70 | 0 | 0.13 | 0.51 | 168.41 | 0.54 | 0.32 |
| Hex | 26 | 7E | 6D | 46 | 0 | D | 33 | A8 | 36 | 20 |
| Octal | 46 | 176 | 155 | 106 | 0 | 15 | 63 | 250 | 66 | 40 |
| Binary | 100110 | 1111110 | 1101101 | 1000110 | 0 | 1101 | 110011 | 10101000 | 110110 | 100000 |
Color Harmonies of #267E6D
Complementary color
Monochromatic Colors of #267E6D
Black with #267E6D
Text Example
Text Example
White with #267E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267E6D; }
p { color: rgb(38,126,109); }
H1.HeaderClassName
{
color: #267E6D;
}
.AnyTagClassName
{
color: #267E6D;
}
</style>
background-color css
<style>
a { background-color: #267E6D; }
a { background-color: rgb(38,126,109); }
div.DivClassName
{
background-color: #267E6D;
}
.BgClassName
{
background-color: #267E6D;
}
</style>
border-color css
<style>
span { border-color: #267E6D; }
span { border-color: rgb(38,126,109); }
td.TdClassName
{
border-color: #267E6D;
}
.TagClassName
{
border-color: #267E6D;
}
</style>