Shades of Atoll #2D8584
Tints of Atoll #2D8584
RGB
CMYK
RGB Variations
Color information
#2D8584 (or 0x2D8584) is known color: Atoll. HEX triplet: 2D, 85 and 84. RGB value is (45,133,132). Sum of RGB (Red+Green+Blue) = 45+133+132=310 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.52% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #2D8584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8584 is #D27A7B. Grayscale: #6A6A6A. Windows color (decimal): -13793916 or 8684845. OLE color: 8684845.
HSL color Cylindrical-coordinate representation of color #2D8584: hue angle of 179.32º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8584 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 133 | 132 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.48 |
| HSL | 179.32º | 0.49% | 0.35% | - |
| HSV(B) | 179.32º | 0.66% | 0.52% | - |
| XYZ | 13.63 | 19 | 24.78 | - |
| YUV | 106.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 133 | 132 | 0.66 | 0 | 0.01 | 0.48 | 179.32 | 0.49 | 0.35 |
| Hex | 2D | 85 | 84 | 42 | 0 | 1 | 30 | B3 | 31 | 23 |
| Octal | 55 | 205 | 204 | 102 | 0 | 1 | 60 | 263 | 61 | 43 |
| Binary | 101101 | 10000101 | 10000100 | 1000010 | 0 | 1 | 110000 | 10110011 | 110001 | 100011 |
Color Harmonies of #2D8584
Complementary color
Monochromatic Colors of #2D8584
Black with #2D8584
Text Example
Text Example
White with #2D8584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8584; }
p { color: rgb(45,133,132); }
H1.HeaderClassName
{
color: #2D8584;
}
.AnyTagClassName
{
color: #2D8584;
}
</style>
background-color css
<style>
a { background-color: #2D8584; }
a { background-color: rgb(45,133,132); }
div.DivClassName
{
background-color: #2D8584;
}
.BgClassName
{
background-color: #2D8584;
}
</style>
border-color css
<style>
span { border-color: #2D8584; }
span { border-color: rgb(45,133,132); }
td.TdClassName
{
border-color: #2D8584;
}
.TagClassName
{
border-color: #2D8584;
}
</style>