Shades of Atoll #2F827E
Tints of Atoll #2F827E
RGB
CMYK
RGB Variations
Color information
#2F827E (or 0x2F827E) is known color: Atoll. HEX triplet: 2F, 82 and 7E. RGB value is (47,130,126). Sum of RGB (Red+Green+Blue) = 47+130+126=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #2F827E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F827E is #D07D81. Grayscale: #686868. Windows color (decimal): -13663618 or 8290863. OLE color: 8290863.
HSL color Cylindrical-coordinate representation of color #2F827E: hue angle of 177.11º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F827E is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 130 | 126 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.49 |
| HSL | 177.11º | 0.47% | 0.35% | - |
| HSV(B) | 177.11º | 0.64% | 0.51% | - |
| XYZ | 12.92 | 18.08 | 22.55 | - |
| YUV | 104.73 | 140 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 130 | 126 | 0.64 | 0 | 0.03 | 0.49 | 177.11 | 0.47 | 0.35 |
| Hex | 2F | 82 | 7E | 40 | 0 | 3 | 31 | B1 | 2F | 23 |
| Octal | 57 | 202 | 176 | 100 | 0 | 3 | 61 | 261 | 57 | 43 |
| Binary | 101111 | 10000010 | 1111110 | 1000000 | 0 | 11 | 110001 | 10110001 | 101111 | 100011 |
Color Harmonies of #2F827E
Complementary color
Monochromatic Colors of #2F827E
Black with #2F827E
Text Example
Text Example
White with #2F827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F827E; }
p { color: rgb(47,130,126); }
H1.HeaderClassName
{
color: #2F827E;
}
.AnyTagClassName
{
color: #2F827E;
}
</style>
background-color css
<style>
a { background-color: #2F827E; }
a { background-color: rgb(47,130,126); }
div.DivClassName
{
background-color: #2F827E;
}
.BgClassName
{
background-color: #2F827E;
}
</style>
border-color css
<style>
span { border-color: #2F827E; }
span { border-color: rgb(47,130,126); }
td.TdClassName
{
border-color: #2F827E;
}
.TagClassName
{
border-color: #2F827E;
}
</style>