Shades of Atoll #2D878A
Tints of Atoll #2D878A
RGB
CMYK
RGB Variations
Color information
#2D878A (or 0x2D878A) is known color: Atoll. HEX triplet: 2D, 87 and 8A. RGB value is (45,135,138). Sum of RGB (Red+Green+Blue) = 45+135+138=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 138 - color contains mainly: blue. Hex color #2D878A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D878A is #D27875. Grayscale: #6C6C6C. Windows color (decimal): -13793398 or 9078573. OLE color: 9078573.
HSL color Cylindrical-coordinate representation of color #2D878A: hue angle of 181.94º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D878A is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 135 | 138 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.46 |
| HSL | 181.94º | 0.51% | 0.36% | - |
| HSV(B) | 181.94º | 0.67% | 0.54% | - |
| XYZ | 14.33 | 19.72 | 27.1 | - |
| YUV | 108.43 | 144.68 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 135 | 138 | 0.67 | 0.02 | 0 | 0.46 | 181.94 | 0.51 | 0.36 |
| Hex | 2D | 87 | 8A | 43 | 2 | 0 | 2E | B6 | 33 | 24 |
| Octal | 55 | 207 | 212 | 103 | 2 | 0 | 56 | 266 | 63 | 44 |
| Binary | 101101 | 10000111 | 10001010 | 1000011 | 10 | 0 | 101110 | 10110110 | 110011 | 100100 |
Color Harmonies of #2D878A
Complementary color
Monochromatic Colors of #2D878A
Black with #2D878A
Text Example
Text Example
White with #2D878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D878A; }
p { color: rgb(45,135,138); }
H1.HeaderClassName
{
color: #2D878A;
}
.AnyTagClassName
{
color: #2D878A;
}
</style>
background-color css
<style>
a { background-color: #2D878A; }
a { background-color: rgb(45,135,138); }
div.DivClassName
{
background-color: #2D878A;
}
.BgClassName
{
background-color: #2D878A;
}
</style>
border-color css
<style>
span { border-color: #2D878A; }
span { border-color: rgb(45,135,138); }
td.TdClassName
{
border-color: #2D878A;
}
.TagClassName
{
border-color: #2D878A;
}
</style>