Shades of Sea Green #2A885E
Tints of Sea Green #2A885E
RGB
CMYK
RGB Variations
Color information
#2A885E (or 0x2A885E) is known color: Sea Green. HEX triplet: 2A, 88 and 5E. RGB value is (42,136,94). Sum of RGB (Red+Green+Blue) = 42+136+94=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #2A885E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A885E is #D577A1. Grayscale: #676767. Windows color (decimal): -13989794 or 6195242. OLE color: 6195242.
HSL color Cylindrical-coordinate representation of color #2A885E: hue angle of 153.19º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A885E is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 136 | 94 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.47 |
| HSL | 153.19º | 0.53% | 0.35% | - |
| HSV(B) | 153.19º | 0.69% | 0.53% | - |
| XYZ | 11.78 | 18.91 | 13.62 | - |
| YUV | 103.11 | 122.86 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 136 | 94 | 0.69 | 0 | 0.31 | 0.47 | 153.19 | 0.53 | 0.35 |
| Hex | 2A | 88 | 5E | 45 | 0 | 1F | 2F | 99 | 35 | 23 |
| Octal | 52 | 210 | 136 | 105 | 0 | 37 | 57 | 231 | 65 | 43 |
| Binary | 101010 | 10001000 | 1011110 | 1000101 | 0 | 11111 | 101111 | 10011001 | 110101 | 100011 |
Color Harmonies of #2A885E
Complementary color
Monochromatic Colors of #2A885E
Black with #2A885E
Text Example
Text Example
White with #2A885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A885E; }
p { color: rgb(42,136,94); }
H1.HeaderClassName
{
color: #2A885E;
}
.AnyTagClassName
{
color: #2A885E;
}
</style>
background-color css
<style>
a { background-color: #2A885E; }
a { background-color: rgb(42,136,94); }
div.DivClassName
{
background-color: #2A885E;
}
.BgClassName
{
background-color: #2A885E;
}
</style>
border-color css
<style>
span { border-color: #2A885E; }
span { border-color: rgb(42,136,94); }
td.TdClassName
{
border-color: #2A885E;
}
.TagClassName
{
border-color: #2A885E;
}
</style>