Shades of Atoll #2E8381
Tints of Atoll #2E8381
RGB
CMYK
RGB Variations
Color information
#2E8381 (or 0x2E8381) is known color: Atoll. HEX triplet: 2E, 83 and 81. RGB value is (46,131,129). Sum of RGB (Red+Green+Blue) = 46+131+129=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #2E8381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8381 is #D17C7E. Grayscale: #696969. Windows color (decimal): -13728895 or 8487726. OLE color: 8487726.
HSL color Cylindrical-coordinate representation of color #2E8381: hue angle of 178.59º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E8381 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 131 | 129 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.49 |
| HSL | 178.59º | 0.48% | 0.35% | - |
| HSV(B) | 178.59º | 0.65% | 0.51% | - |
| XYZ | 13.21 | 18.4 | 23.62 | - |
| YUV | 105.36 | 141.34 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 131 | 129 | 0.65 | 0 | 0.02 | 0.49 | 178.59 | 0.48 | 0.35 |
| Hex | 2E | 83 | 81 | 41 | 0 | 2 | 31 | B3 | 30 | 23 |
| Octal | 56 | 203 | 201 | 101 | 0 | 2 | 61 | 263 | 60 | 43 |
| Binary | 101110 | 10000011 | 10000001 | 1000001 | 0 | 10 | 110001 | 10110011 | 110000 | 100011 |
Color Harmonies of #2E8381
Complementary color
Monochromatic Colors of #2E8381
Black with #2E8381
Text Example
Text Example
White with #2E8381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8381; }
p { color: rgb(46,131,129); }
H1.HeaderClassName
{
color: #2E8381;
}
.AnyTagClassName
{
color: #2E8381;
}
</style>
background-color css
<style>
a { background-color: #2E8381; }
a { background-color: rgb(46,131,129); }
div.DivClassName
{
background-color: #2E8381;
}
.BgClassName
{
background-color: #2E8381;
}
</style>
border-color css
<style>
span { border-color: #2E8381; }
span { border-color: rgb(46,131,129); }
td.TdClassName
{
border-color: #2E8381;
}
.TagClassName
{
border-color: #2E8381;
}
</style>