Shades of Elm #288A81
Tints of Elm #288A81
RGB
CMYK
RGB Variations
Color information
#288A81 (or 0x288A81) is known color: Elm. HEX triplet: 28, 8A and 81. RGB value is (40,138,129). Sum of RGB (Red+Green+Blue) = 40+138+129=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #288A81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288A81 is #D7757E. Grayscale: #6B6B6B. Windows color (decimal): -14120319 or 8489512. OLE color: 8489512.
HSL color Cylindrical-coordinate representation of color #288A81: hue angle of 174.49º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288A81 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 138 | 129 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.46 |
| HSL | 174.49º | 0.55% | 0.35% | - |
| HSV(B) | 174.49º | 0.71% | 0.54% | - |
| XYZ | 13.93 | 20.21 | 23.94 | - |
| YUV | 107.67 | 140.03 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 129 | 0.71 | 0 | 0.07 | 0.46 | 174.49 | 0.55 | 0.35 |
| Hex | 28 | 8A | 81 | 47 | 0 | 7 | 2E | AE | 37 | 23 |
| Octal | 50 | 212 | 201 | 107 | 0 | 7 | 56 | 256 | 67 | 43 |
| Binary | 101000 | 10001010 | 10000001 | 1000111 | 0 | 111 | 101110 | 10101110 | 110111 | 100011 |
Color Harmonies of #288A81
Complementary color
Monochromatic Colors of #288A81
Black with #288A81
Text Example
Text Example
White with #288A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288A81; }
p { color: rgb(40,138,129); }
H1.HeaderClassName
{
color: #288A81;
}
.AnyTagClassName
{
color: #288A81;
}
</style>
background-color css
<style>
a { background-color: #288A81; }
a { background-color: rgb(40,138,129); }
div.DivClassName
{
background-color: #288A81;
}
.BgClassName
{
background-color: #288A81;
}
</style>
border-color css
<style>
span { border-color: #288A81; }
span { border-color: rgb(40,138,129); }
td.TdClassName
{
border-color: #288A81;
}
.TagClassName
{
border-color: #288A81;
}
</style>