Shades of Atoll #296D72
Tints of Atoll #296D72
RGB
CMYK
RGB Variations
Color information
#296D72 (or 0x296D72) is known color: Atoll. HEX triplet: 29, 6D and 72. RGB value is (41,109,114). Sum of RGB (Red+Green+Blue) = 41+109+114=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #296D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D72 is #D6928D. Grayscale: #595959. Windows color (decimal): -14062222 or 7499049. OLE color: 7499049.
HSL color Cylindrical-coordinate representation of color #296D72: hue angle of 184.11º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #296D72 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 109 | 114 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.55 |
| HSL | 184.11º | 0.47% | 0.3% | - |
| HSV(B) | 184.11º | 0.64% | 0.45% | - |
| XYZ | 9.42 | 12.62 | 17.86 | - |
| YUV | 89.24 | 141.97 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 114 | 0.64 | 0.04 | 0 | 0.55 | 184.11 | 0.47 | 0.3 |
| Hex | 29 | 6D | 72 | 40 | 4 | 0 | 37 | B8 | 2F | 1E |
| Octal | 51 | 155 | 162 | 100 | 4 | 0 | 67 | 270 | 57 | 36 |
| Binary | 101001 | 1101101 | 1110010 | 1000000 | 100 | 0 | 110111 | 10111000 | 101111 | 11110 |
Color Harmonies of #296D72
Complementary color
Monochromatic Colors of #296D72
Black with #296D72
Text Example
Text Example
White with #296D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296D72; }
p { color: rgb(41,109,114); }
H1.HeaderClassName
{
color: #296D72;
}
.AnyTagClassName
{
color: #296D72;
}
</style>
background-color css
<style>
a { background-color: #296D72; }
a { background-color: rgb(41,109,114); }
div.DivClassName
{
background-color: #296D72;
}
.BgClassName
{
background-color: #296D72;
}
</style>
border-color css
<style>
span { border-color: #296D72; }
span { border-color: rgb(41,109,114); }
td.TdClassName
{
border-color: #296D72;
}
.TagClassName
{
border-color: #296D72;
}
</style>