Shades of Atoll #2D6F70
Tints of Atoll #2D6F70
RGB
CMYK
RGB Variations
Color information
#2D6F70 (or 0x2D6F70) is known color: Atoll. HEX triplet: 2D, 6F and 70. RGB value is (45,111,112). Sum of RGB (Red+Green+Blue) = 45+111+112=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D6F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6F70 is #D2908F. Grayscale: #5B5B5B. Windows color (decimal): -13799568 or 7368493. OLE color: 7368493.
HSL color Cylindrical-coordinate representation of color #2D6F70: hue angle of 180.9º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D6F70 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 111 | 112 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.56 |
| HSL | 180.9º | 0.43% | 0.31% | - |
| HSV(B) | 180.9º | 0.6% | 0.44% | - |
| XYZ | 9.69 | 13.1 | 17.35 | - |
| YUV | 91.38 | 139.63 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 111 | 112 | 0.60 | 0.01 | 0 | 0.56 | 180.9 | 0.43 | 0.31 |
| Hex | 2D | 6F | 70 | 3C | 1 | 0 | 38 | B5 | 2B | 1F |
| Octal | 55 | 157 | 160 | 74 | 1 | 0 | 70 | 265 | 53 | 37 |
| Binary | 101101 | 1101111 | 1110000 | 111100 | 1 | 0 | 111000 | 10110101 | 101011 | 11111 |
Color Harmonies of #2D6F70
Complementary color
Monochromatic Colors of #2D6F70
Black with #2D6F70
Text Example
Text Example
White with #2D6F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6F70; }
p { color: rgb(45,111,112); }
H1.HeaderClassName
{
color: #2D6F70;
}
.AnyTagClassName
{
color: #2D6F70;
}
</style>
background-color css
<style>
a { background-color: #2D6F70; }
a { background-color: rgb(45,111,112); }
div.DivClassName
{
background-color: #2D6F70;
}
.BgClassName
{
background-color: #2D6F70;
}
</style>
border-color css
<style>
span { border-color: #2D6F70; }
span { border-color: rgb(45,111,112); }
td.TdClassName
{
border-color: #2D6F70;
}
.TagClassName
{
border-color: #2D6F70;
}
</style>