Shades of Atoll #2E7271
Tints of Atoll #2E7271
RGB
CMYK
RGB Variations
Color information
#2E7271 (or 0x2E7271) is known color: Atoll. HEX triplet: 2E, 72 and 71. RGB value is (46,114,113). Sum of RGB (Red+Green+Blue) = 46+114+113=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #2E7271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7271 is #D18D8E. Grayscale: #5D5D5D. Windows color (decimal): -13733263 or 7434798. OLE color: 7434798.
HSL color Cylindrical-coordinate representation of color #2E7271: hue angle of 179.12º 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 #2E7271 is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 114 | 113 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.55 |
| HSL | 179.12º | 0.43% | 0.31% | - |
| HSV(B) | 179.12º | 0.6% | 0.45% | - |
| XYZ | 10.12 | 13.81 | 17.75 | - |
| YUV | 93.55 | 138.97 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 113 | 0.60 | 0 | 0.01 | 0.55 | 179.12 | 0.43 | 0.31 |
| Hex | 2E | 72 | 71 | 3C | 0 | 1 | 37 | B3 | 2A | 1F |
| Octal | 56 | 162 | 161 | 74 | 0 | 1 | 67 | 263 | 52 | 37 |
| Binary | 101110 | 1110010 | 1110001 | 111100 | 0 | 1 | 110111 | 10110011 | 101010 | 11111 |
Color Harmonies of #2E7271
Complementary color
Monochromatic Colors of #2E7271
Black with #2E7271
Text Example
Text Example
White with #2E7271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7271; }
p { color: rgb(46,114,113); }
H1.HeaderClassName
{
color: #2E7271;
}
.AnyTagClassName
{
color: #2E7271;
}
</style>
background-color css
<style>
a { background-color: #2E7271; }
a { background-color: rgb(46,114,113); }
div.DivClassName
{
background-color: #2E7271;
}
.BgClassName
{
background-color: #2E7271;
}
</style>
border-color css
<style>
span { border-color: #2E7271; }
span { border-color: rgb(46,114,113); }
td.TdClassName
{
border-color: #2E7271;
}
.TagClassName
{
border-color: #2E7271;
}
</style>