Shades of Atoll #2F817E
Tints of Atoll #2F817E
RGB
CMYK
RGB Variations
Color information
#2F817E (or 0x2F817E) is known color: Atoll. HEX triplet: 2F, 81 and 7E. RGB value is (47,129,126). Sum of RGB (Red+Green+Blue) = 47+129+126=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 129 - color contains mainly: green. Hex color #2F817E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F817E is #D07E81. Grayscale: #686868. Windows color (decimal): -13663874 or 8290607. OLE color: 8290607.
HSL color Cylindrical-coordinate representation of color #2F817E: hue angle of 177.8º 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 #2F817E is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 129 | 126 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.49 |
| HSL | 177.8º | 0.47% | 0.35% | - |
| HSV(B) | 177.8º | 0.64% | 0.51% | - |
| XYZ | 12.79 | 17.81 | 22.5 | - |
| YUV | 104.14 | 140.33 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 129 | 126 | 0.64 | 0 | 0.02 | 0.49 | 177.8 | 0.47 | 0.35 |
| Hex | 2F | 81 | 7E | 40 | 0 | 2 | 31 | B2 | 2F | 23 |
| Octal | 57 | 201 | 176 | 100 | 0 | 2 | 61 | 262 | 57 | 43 |
| Binary | 101111 | 10000001 | 1111110 | 1000000 | 0 | 10 | 110001 | 10110010 | 101111 | 100011 |
Color Harmonies of #2F817E
Complementary color
Monochromatic Colors of #2F817E
Black with #2F817E
Text Example
Text Example
White with #2F817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F817E; }
p { color: rgb(47,129,126); }
H1.HeaderClassName
{
color: #2F817E;
}
.AnyTagClassName
{
color: #2F817E;
}
</style>
background-color css
<style>
a { background-color: #2F817E; }
a { background-color: rgb(47,129,126); }
div.DivClassName
{
background-color: #2F817E;
}
.BgClassName
{
background-color: #2F817E;
}
</style>
border-color css
<style>
span { border-color: #2F817E; }
span { border-color: rgb(47,129,126); }
td.TdClassName
{
border-color: #2F817E;
}
.TagClassName
{
border-color: #2F817E;
}
</style>