Shades of Atoll #2F7B7A
Tints of Atoll #2F7B7A
RGB
CMYK
RGB Variations
Color information
#2F7B7A (or 0x2F7B7A) is known color: Atoll. HEX triplet: 2F, 7B and 7A. RGB value is (47,123,122). Sum of RGB (Red+Green+Blue) = 47+123+122=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 123 - color contains mainly: green. Hex color #2F7B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7B7A is #D08485. Grayscale: #646464. Windows color (decimal): -13665414 or 8026927. OLE color: 8026927.
HSL color Cylindrical-coordinate representation of color #2F7B7A: hue angle of 179.21º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F7B7A is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 47 | 123 | 122 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.52 |
| HSL | 179.21º | 0.45% | 0.33% | - |
| HSV(B) | 179.21º | 0.62% | 0.48% | - |
| XYZ | 11.77 | 16.18 | 20.91 | - |
| YUV | 100.16 | 140.32 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 123 | 122 | 0.62 | 0 | 0.01 | 0.52 | 179.21 | 0.45 | 0.33 |
| Hex | 2F | 7B | 7A | 3E | 0 | 1 | 34 | B3 | 2D | 21 |
| Octal | 57 | 173 | 172 | 76 | 0 | 1 | 64 | 263 | 55 | 41 |
| Binary | 101111 | 1111011 | 1111010 | 111110 | 0 | 1 | 110100 | 10110011 | 101101 | 100001 |
Color Harmonies of #2F7B7A
Complementary color
Monochromatic Colors of #2F7B7A
Black with #2F7B7A
Text Example
Text Example
White with #2F7B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7B7A; }
p { color: rgb(47,123,122); }
H1.HeaderClassName
{
color: #2F7B7A;
}
.AnyTagClassName
{
color: #2F7B7A;
}
</style>
background-color css
<style>
a { background-color: #2F7B7A; }
a { background-color: rgb(47,123,122); }
div.DivClassName
{
background-color: #2F7B7A;
}
.BgClassName
{
background-color: #2F7B7A;
}
</style>
border-color css
<style>
span { border-color: #2F7B7A; }
span { border-color: rgb(47,123,122); }
td.TdClassName
{
border-color: #2F7B7A;
}
.TagClassName
{
border-color: #2F7B7A;
}
</style>