Shades of Atoll #2D7473
Tints of Atoll #2D7473
RGB
CMYK
RGB Variations
Color information
#2D7473 (or 0x2D7473) is known color: Atoll. HEX triplet: 2D, 74 and 73. RGB value is (45,116,115). Sum of RGB (Red+Green+Blue) = 45+116+115=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #2D7473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7473 is #D28B8C. Grayscale: #5E5E5E. Windows color (decimal): -13798285 or 7566381. OLE color: 7566381.
HSL color Cylindrical-coordinate representation of color #2D7473: hue angle of 179.15º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D7473 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 116 | 115 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.55 |
| HSL | 179.15º | 0.44% | 0.32% | - |
| HSV(B) | 179.15º | 0.61% | 0.45% | - |
| XYZ | 10.42 | 14.29 | 18.43 | - |
| YUV | 94.66 | 139.48 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 116 | 115 | 0.61 | 0 | 0.01 | 0.55 | 179.15 | 0.44 | 0.32 |
| Hex | 2D | 74 | 73 | 3D | 0 | 1 | 37 | B3 | 2C | 20 |
| Octal | 55 | 164 | 163 | 75 | 0 | 1 | 67 | 263 | 54 | 40 |
| Binary | 101101 | 1110100 | 1110011 | 111101 | 0 | 1 | 110111 | 10110011 | 101100 | 100000 |
Color Harmonies of #2D7473
Complementary color
Monochromatic Colors of #2D7473
Black with #2D7473
Text Example
Text Example
White with #2D7473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7473; }
p { color: rgb(45,116,115); }
H1.HeaderClassName
{
color: #2D7473;
}
.AnyTagClassName
{
color: #2D7473;
}
</style>
background-color css
<style>
a { background-color: #2D7473; }
a { background-color: rgb(45,116,115); }
div.DivClassName
{
background-color: #2D7473;
}
.BgClassName
{
background-color: #2D7473;
}
</style>
border-color css
<style>
span { border-color: #2D7473; }
span { border-color: rgb(45,116,115); }
td.TdClassName
{
border-color: #2D7473;
}
.TagClassName
{
border-color: #2D7473;
}
</style>