Shades of Sea Green #2A895B
Tints of Sea Green #2A895B
RGB
CMYK
RGB Variations
Color information
#2A895B (or 0x2A895B) is known color: Sea Green. HEX triplet: 2A, 89 and 5B. RGB value is (42,137,91). Sum of RGB (Red+Green+Blue) = 42+137+91=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #2A895B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A895B is #D576A4. Grayscale: #676767. Windows color (decimal): -13989541 or 5998890. OLE color: 5998890.
HSL color Cylindrical-coordinate representation of color #2A895B: hue angle of 150.95º 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 #2A895B is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 137 | 91 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.46 |
| HSL | 150.95º | 0.53% | 0.35% | - |
| HSV(B) | 150.95º | 0.69% | 0.54% | - |
| XYZ | 11.79 | 19.14 | 12.97 | - |
| YUV | 103.35 | 121.03 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 137 | 91 | 0.69 | 0 | 0.34 | 0.46 | 150.95 | 0.53 | 0.35 |
| Hex | 2A | 89 | 5B | 45 | 0 | 22 | 2E | 97 | 35 | 23 |
| Octal | 52 | 211 | 133 | 105 | 0 | 42 | 56 | 227 | 65 | 43 |
| Binary | 101010 | 10001001 | 1011011 | 1000101 | 0 | 100010 | 101110 | 10010111 | 110101 | 100011 |
Color Harmonies of #2A895B
Complementary color
Monochromatic Colors of #2A895B
Black with #2A895B
Text Example
Text Example
White with #2A895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A895B; }
p { color: rgb(42,137,91); }
H1.HeaderClassName
{
color: #2A895B;
}
.AnyTagClassName
{
color: #2A895B;
}
</style>
background-color css
<style>
a { background-color: #2A895B; }
a { background-color: rgb(42,137,91); }
div.DivClassName
{
background-color: #2A895B;
}
.BgClassName
{
background-color: #2A895B;
}
</style>
border-color css
<style>
span { border-color: #2A895B; }
span { border-color: rgb(42,137,91); }
td.TdClassName
{
border-color: #2A895B;
}
.TagClassName
{
border-color: #2A895B;
}
</style>