Shades of Atoll #2F807C
Tints of Atoll #2F807C
RGB
CMYK
RGB Variations
Color information
#2F807C (or 0x2F807C) is known color: Atoll. HEX triplet: 2F, 80 and 7C. RGB value is (47,128,124). Sum of RGB (Red+Green+Blue) = 47+128+124=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 128 - color contains mainly: green. Hex color #2F807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F807C is #D07F83. Grayscale: #676767. Windows color (decimal): -13664132 or 8159279. OLE color: 8159279.
HSL color Cylindrical-coordinate representation of color #2F807C: hue angle of 177.04º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F807C is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 47 | 128 | 124 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.50 |
| HSL | 177.04º | 0.46% | 0.34% | - |
| HSV(B) | 177.04º | 0.63% | 0.5% | - |
| XYZ | 12.53 | 17.5 | 21.79 | - |
| YUV | 103.33 | 139.66 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 128 | 124 | 0.63 | 0 | 0.03 | 0.50 | 177.04 | 0.46 | 0.34 |
| Hex | 2F | 80 | 7C | 3F | 0 | 3 | 32 | B1 | 2E | 22 |
| Octal | 57 | 200 | 174 | 77 | 0 | 3 | 62 | 261 | 56 | 42 |
| Binary | 101111 | 10000000 | 1111100 | 111111 | 0 | 11 | 110010 | 10110001 | 101110 | 100010 |
Color Harmonies of #2F807C
Complementary color
Monochromatic Colors of #2F807C
Black with #2F807C
Text Example
Text Example
White with #2F807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F807C; }
p { color: rgb(47,128,124); }
H1.HeaderClassName
{
color: #2F807C;
}
.AnyTagClassName
{
color: #2F807C;
}
</style>
background-color css
<style>
a { background-color: #2F807C; }
a { background-color: rgb(47,128,124); }
div.DivClassName
{
background-color: #2F807C;
}
.BgClassName
{
background-color: #2F807C;
}
</style>
border-color css
<style>
span { border-color: #2F807C; }
span { border-color: rgb(47,128,124); }
td.TdClassName
{
border-color: #2F807C;
}
.TagClassName
{
border-color: #2F807C;
}
</style>