Shades of Atoll #2F6E72
Tints of Atoll #2F6E72
RGB
CMYK
RGB Variations
Color information
#2F6E72 (or 0x2F6E72) is known color: Atoll. HEX triplet: 2F, 6E and 72. RGB value is (47,110,114). Sum of RGB (Red+Green+Blue) = 47+110+114=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F6E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6E72 is #D0918D. Grayscale: #5B5B5B. Windows color (decimal): -13668750 or 7499311. OLE color: 7499311.
HSL color Cylindrical-coordinate representation of color #2F6E72: hue angle of 183.58º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F6E72 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 110 | 114 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.55 |
| HSL | 183.58º | 0.42% | 0.32% | - |
| HSV(B) | 183.58º | 0.59% | 0.45% | - |
| XYZ | 9.79 | 12.97 | 17.91 | - |
| YUV | 91.62 | 140.63 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 110 | 114 | 0.59 | 0.04 | 0 | 0.55 | 183.58 | 0.42 | 0.32 |
| Hex | 2F | 6E | 72 | 3B | 4 | 0 | 37 | B8 | 2A | 20 |
| Octal | 57 | 156 | 162 | 73 | 4 | 0 | 67 | 270 | 52 | 40 |
| Binary | 101111 | 1101110 | 1110010 | 111011 | 100 | 0 | 110111 | 10111000 | 101010 | 100000 |
Color Harmonies of #2F6E72
Complementary color
Monochromatic Colors of #2F6E72
Black with #2F6E72
Text Example
Text Example
White with #2F6E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6E72; }
p { color: rgb(47,110,114); }
H1.HeaderClassName
{
color: #2F6E72;
}
.AnyTagClassName
{
color: #2F6E72;
}
</style>
background-color css
<style>
a { background-color: #2F6E72; }
a { background-color: rgb(47,110,114); }
div.DivClassName
{
background-color: #2F6E72;
}
.BgClassName
{
background-color: #2F6E72;
}
</style>
border-color css
<style>
span { border-color: #2F6E72; }
span { border-color: rgb(47,110,114); }
td.TdClassName
{
border-color: #2F6E72;
}
.TagClassName
{
border-color: #2F6E72;
}
</style>