Shades of Atoll #288381
Tints of Atoll #288381
RGB
CMYK
RGB Variations
Color information
#288381 (or 0x288381) is known color: Atoll. HEX triplet: 28, 83 and 81. RGB value is (40,131,129). Sum of RGB (Red+Green+Blue) = 40+131+129=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #288381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288381 is #D77C7E. Grayscale: #676767. Windows color (decimal): -14122111 or 8487720. OLE color: 8487720.
HSL color Cylindrical-coordinate representation of color #288381: hue angle of 178.68º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288381 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 129 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.49 |
| HSL | 178.68º | 0.53% | 0.34% | - |
| HSV(B) | 178.68º | 0.69% | 0.51% | - |
| XYZ | 12.95 | 18.27 | 23.61 | - |
| YUV | 103.56 | 142.35 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 129 | 0.69 | 0 | 0.02 | 0.49 | 178.68 | 0.53 | 0.34 |
| Hex | 28 | 83 | 81 | 45 | 0 | 2 | 31 | B3 | 35 | 22 |
| Octal | 50 | 203 | 201 | 105 | 0 | 2 | 61 | 263 | 65 | 42 |
| Binary | 101000 | 10000011 | 10000001 | 1000101 | 0 | 10 | 110001 | 10110011 | 110101 | 100010 |
Color Harmonies of #288381
Complementary color
Monochromatic Colors of #288381
Black with #288381
Text Example
Text Example
White with #288381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288381; }
p { color: rgb(40,131,129); }
H1.HeaderClassName
{
color: #288381;
}
.AnyTagClassName
{
color: #288381;
}
</style>
background-color css
<style>
a { background-color: #288381; }
a { background-color: rgb(40,131,129); }
div.DivClassName
{
background-color: #288381;
}
.BgClassName
{
background-color: #288381;
}
</style>
border-color css
<style>
span { border-color: #288381; }
span { border-color: rgb(40,131,129); }
td.TdClassName
{
border-color: #288381;
}
.TagClassName
{
border-color: #288381;
}
</style>