Shades of Genoa #266F69
Tints of Genoa #266F69
RGB
CMYK
RGB Variations
Color information
#266F69 (or 0x266F69) is known color: Genoa. HEX triplet: 26, 6F and 69. RGB value is (38,111,105). Sum of RGB (Red+Green+Blue) = 38+111+105=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 111 (43.75% from 255 or 43.70% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 111 - color contains mainly: green. Hex color #266F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F69 is #D99096. Grayscale: #585858. Windows color (decimal): -14258327 or 6909734. OLE color: 6909734.
HSL color Cylindrical-coordinate representation of color #266F69: hue angle of 175.07º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266F69 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 111 | 105 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.56 |
| HSL | 175.07º | 0.49% | 0.29% | - |
| HSV(B) | 175.07º | 0.66% | 0.44% | - |
| XYZ | 9.03 | 12.8 | 15.36 | - |
| YUV | 88.49 | 137.32 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 105 | 0.66 | 0 | 0.05 | 0.56 | 175.07 | 0.49 | 0.29 |
| Hex | 26 | 6F | 69 | 42 | 0 | 5 | 38 | AF | 31 | 1D |
| Octal | 46 | 157 | 151 | 102 | 0 | 5 | 70 | 257 | 61 | 35 |
| Binary | 100110 | 1101111 | 1101001 | 1000010 | 0 | 101 | 111000 | 10101111 | 110001 | 11101 |
Color Harmonies of #266F69
Complementary color
Monochromatic Colors of #266F69
Black with #266F69
Text Example
Text Example
White with #266F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266F69; }
p { color: rgb(38,111,105); }
H1.HeaderClassName
{
color: #266F69;
}
.AnyTagClassName
{
color: #266F69;
}
</style>
background-color css
<style>
a { background-color: #266F69; }
a { background-color: rgb(38,111,105); }
div.DivClassName
{
background-color: #266F69;
}
.BgClassName
{
background-color: #266F69;
}
</style>
border-color css
<style>
span { border-color: #266F69; }
span { border-color: rgb(38,111,105); }
td.TdClassName
{
border-color: #266F69;
}
.TagClassName
{
border-color: #266F69;
}
</style>