Shades of Atoll #2E7172
Tints of Atoll #2E7172
RGB
CMYK
RGB Variations
Color information
#2E7172 (or 0x2E7172) is known color: Atoll. HEX triplet: 2E, 71 and 72. RGB value is (46,113,114). Sum of RGB (Red+Green+Blue) = 46+113+114=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E7172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7172 is #D18E8D. Grayscale: #5D5D5D. Windows color (decimal): -13733518 or 7500078. OLE color: 7500078.
HSL color Cylindrical-coordinate representation of color #2E7172: hue angle of 180.88º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E7172 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 113 | 114 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.55 |
| HSL | 180.88º | 0.43% | 0.31% | - |
| HSV(B) | 180.88º | 0.6% | 0.45% | - |
| XYZ | 10.07 | 13.61 | 18.02 | - |
| YUV | 93.08 | 139.8 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 114 | 0.60 | 0.01 | 0 | 0.55 | 180.88 | 0.43 | 0.31 |
| Hex | 2E | 71 | 72 | 3C | 1 | 0 | 37 | B5 | 2A | 1F |
| Octal | 56 | 161 | 162 | 74 | 1 | 0 | 67 | 265 | 52 | 37 |
| Binary | 101110 | 1110001 | 1110010 | 111100 | 1 | 0 | 110111 | 10110101 | 101010 | 11111 |
Color Harmonies of #2E7172
Complementary color
Monochromatic Colors of #2E7172
Black with #2E7172
Text Example
Text Example
White with #2E7172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7172; }
p { color: rgb(46,113,114); }
H1.HeaderClassName
{
color: #2E7172;
}
.AnyTagClassName
{
color: #2E7172;
}
</style>
background-color css
<style>
a { background-color: #2E7172; }
a { background-color: rgb(46,113,114); }
div.DivClassName
{
background-color: #2E7172;
}
.BgClassName
{
background-color: #2E7172;
}
</style>
border-color css
<style>
span { border-color: #2E7172; }
span { border-color: rgb(46,113,114); }
td.TdClassName
{
border-color: #2E7172;
}
.TagClassName
{
border-color: #2E7172;
}
</style>