Shades of Atoll #2F818A
Tints of Atoll #2F818A
RGB
CMYK
RGB Variations
Color information
#2F818A (or 0x2F818A) is known color: Atoll. HEX triplet: 2F, 81 and 8A. RGB value is (47,129,138). Sum of RGB (Red+Green+Blue) = 47+129+138=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F818A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F818A is #D07E75. Grayscale: #696969. Windows color (decimal): -13663862 or 9077039. OLE color: 9077039.
HSL color Cylindrical-coordinate representation of color #2F818A: hue angle of 185.93º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F818A is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 129 | 138 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.46 |
| HSL | 185.93º | 0.49% | 0.36% | - |
| HSV(B) | 185.93º | 0.66% | 0.54% | - |
| XYZ | 13.61 | 18.14 | 26.83 | - |
| YUV | 105.51 | 146.33 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 129 | 138 | 0.66 | 0.07 | 0 | 0.46 | 185.93 | 0.49 | 0.36 |
| Hex | 2F | 81 | 8A | 42 | 7 | 0 | 2E | BA | 31 | 24 |
| Octal | 57 | 201 | 212 | 102 | 7 | 0 | 56 | 272 | 61 | 44 |
| Binary | 101111 | 10000001 | 10001010 | 1000010 | 111 | 0 | 101110 | 10111010 | 110001 | 100100 |
Color Harmonies of #2F818A
Complementary color
Monochromatic Colors of #2F818A
Black with #2F818A
Text Example
Text Example
White with #2F818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F818A; }
p { color: rgb(47,129,138); }
H1.HeaderClassName
{
color: #2F818A;
}
.AnyTagClassName
{
color: #2F818A;
}
</style>
background-color css
<style>
a { background-color: #2F818A; }
a { background-color: rgb(47,129,138); }
div.DivClassName
{
background-color: #2F818A;
}
.BgClassName
{
background-color: #2F818A;
}
</style>
border-color css
<style>
span { border-color: #2F818A; }
span { border-color: rgb(47,129,138); }
td.TdClassName
{
border-color: #2F818A;
}
.TagClassName
{
border-color: #2F818A;
}
</style>