Shades of Sea Green #2A895A
Tints of Sea Green #2A895A
RGB
CMYK
RGB Variations
Color information
#2A895A (or 0x2A895A) is known color: Sea Green. HEX triplet: 2A, 89 and 5A. RGB value is (42,137,90). Sum of RGB (Red+Green+Blue) = 42+137+90=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #2A895A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A895A is #D576A5. Grayscale: #676767. Windows color (decimal): -13989542 or 5933354. OLE color: 5933354.
HSL color Cylindrical-coordinate representation of color #2A895A: hue angle of 150.32º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A895A is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 137 | 90 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.46 |
| HSL | 150.32º | 0.53% | 0.35% | - |
| HSV(B) | 150.32º | 0.69% | 0.54% | - |
| XYZ | 11.75 | 19.12 | 12.74 | - |
| YUV | 103.24 | 120.53 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 137 | 90 | 0.69 | 0 | 0.34 | 0.46 | 150.32 | 0.53 | 0.35 |
| Hex | 2A | 89 | 5A | 45 | 0 | 22 | 2E | 96 | 35 | 23 |
| Octal | 52 | 211 | 132 | 105 | 0 | 42 | 56 | 226 | 65 | 43 |
| Binary | 101010 | 10001001 | 1011010 | 1000101 | 0 | 100010 | 101110 | 10010110 | 110101 | 100011 |
Color Harmonies of #2A895A
Complementary color
Monochromatic Colors of #2A895A
Black with #2A895A
Text Example
Text Example
White with #2A895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A895A; }
p { color: rgb(42,137,90); }
H1.HeaderClassName
{
color: #2A895A;
}
.AnyTagClassName
{
color: #2A895A;
}
</style>
background-color css
<style>
a { background-color: #2A895A; }
a { background-color: rgb(42,137,90); }
div.DivClassName
{
background-color: #2A895A;
}
.BgClassName
{
background-color: #2A895A;
}
</style>
border-color css
<style>
span { border-color: #2A895A; }
span { border-color: rgb(42,137,90); }
td.TdClassName
{
border-color: #2A895A;
}
.TagClassName
{
border-color: #2A895A;
}
</style>