Shades of Atoll #2E6D73
Tints of Atoll #2E6D73
RGB
CMYK
RGB Variations
Color information
#2E6D73 (or 0x2E6D73) is known color: Atoll. HEX triplet: 2E, 6D and 73. RGB value is (46,109,115). Sum of RGB (Red+Green+Blue) = 46+109+115=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E6D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6D73 is #D1928C. Grayscale: #5A5A5A. Windows color (decimal): -13734541 or 7564590. OLE color: 7564590.
HSL color Cylindrical-coordinate representation of color #2E6D73: hue angle of 185.22º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E6D73 is Cyan = 0.6, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 109 | 115 | - |
| CMYK | 0.6 | 0.05 | 0 | 0.55 |
| HSL | 185.22º | 0.43% | 0.32% | - |
| HSV(B) | 185.22º | 0.6% | 0.45% | - |
| XYZ | 9.69 | 12.76 | 18.17 | - |
| YUV | 90.85 | 141.63 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 109 | 115 | 0.6 | 0.05 | 0 | 0.55 | 185.22 | 0.43 | 0.32 |
| Hex | 2E | 6D | 73 | 3C | 5 | 0 | 37 | B9 | 2B | 20 |
| Octal | 56 | 155 | 163 | 74 | 5 | 0 | 67 | 271 | 53 | 40 |
| Binary | 101110 | 1101101 | 1110011 | 111100 | 101 | 0 | 110111 | 10111001 | 101011 | 100000 |
Color Harmonies of #2E6D73
Complementary color
Monochromatic Colors of #2E6D73
Black with #2E6D73
Text Example
Text Example
White with #2E6D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6D73; }
p { color: rgb(46,109,115); }
H1.HeaderClassName
{
color: #2E6D73;
}
.AnyTagClassName
{
color: #2E6D73;
}
</style>
background-color css
<style>
a { background-color: #2E6D73; }
a { background-color: rgb(46,109,115); }
div.DivClassName
{
background-color: #2E6D73;
}
.BgClassName
{
background-color: #2E6D73;
}
</style>
border-color css
<style>
span { border-color: #2E6D73; }
span { border-color: rgb(46,109,115); }
td.TdClassName
{
border-color: #2E6D73;
}
.TagClassName
{
border-color: #2E6D73;
}
</style>