Shades of Atoll #288481
Tints of Atoll #288481
RGB
CMYK
RGB Variations
Color information
#288481 (or 0x288481) is known color: Atoll. HEX triplet: 28, 84 and 81. RGB value is (40,132,129). Sum of RGB (Red+Green+Blue) = 40+132+129=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #288481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288481 is #D77B7E. Grayscale: #686868. Windows color (decimal): -14121855 or 8487976. OLE color: 8487976.
HSL color Cylindrical-coordinate representation of color #288481: hue angle of 178.04º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288481 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 132 | 129 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.48 |
| HSL | 178.04º | 0.53% | 0.34% | - |
| HSV(B) | 178.04º | 0.7% | 0.52% | - |
| XYZ | 13.09 | 18.54 | 23.66 | - |
| YUV | 104.15 | 142.02 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 129 | 0.70 | 0 | 0.02 | 0.48 | 178.04 | 0.53 | 0.34 |
| Hex | 28 | 84 | 81 | 46 | 0 | 2 | 30 | B2 | 35 | 22 |
| Octal | 50 | 204 | 201 | 106 | 0 | 2 | 60 | 262 | 65 | 42 |
| Binary | 101000 | 10000100 | 10000001 | 1000110 | 0 | 10 | 110000 | 10110010 | 110101 | 100010 |
Color Harmonies of #288481
Complementary color
Monochromatic Colors of #288481
Black with #288481
Text Example
Text Example
White with #288481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288481; }
p { color: rgb(40,132,129); }
H1.HeaderClassName
{
color: #288481;
}
.AnyTagClassName
{
color: #288481;
}
</style>
background-color css
<style>
a { background-color: #288481; }
a { background-color: rgb(40,132,129); }
div.DivClassName
{
background-color: #288481;
}
.BgClassName
{
background-color: #288481;
}
</style>
border-color css
<style>
span { border-color: #288481; }
span { border-color: rgb(40,132,129); }
td.TdClassName
{
border-color: #288481;
}
.TagClassName
{
border-color: #288481;
}
</style>