Shades of Sea Green #2A8C5F
Tints of Sea Green #2A8C5F
RGB
CMYK
RGB Variations
Color information
#2A8C5F (or 0x2A8C5F) is known color: Sea Green. HEX triplet: 2A, 8C and 5F. RGB value is (42,140,95). Sum of RGB (Red+Green+Blue) = 42+140+95=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 140 (55.08% from 255 or 50.54% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 140 - color contains mainly: green. Hex color #2A8C5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8C5F is #D573A0. Grayscale: #696969. Windows color (decimal): -13988769 or 6261802. OLE color: 6261802.
HSL color Cylindrical-coordinate representation of color #2A8C5F: hue angle of 152.45º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8C5F is Cyan = 0.7, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 140 | 95 | - |
| CMYK | 0.7 | 0 | 0.32 | 0.45 |
| HSL | 152.45º | 0.54% | 0.36% | - |
| HSV(B) | 152.45º | 0.7% | 0.55% | - |
| XYZ | 12.4 | 20.07 | 14.05 | - |
| YUV | 105.57 | 122.03 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 140 | 95 | 0.7 | 0 | 0.32 | 0.45 | 152.45 | 0.54 | 0.36 |
| Hex | 2A | 8C | 5F | 46 | 0 | 20 | 2D | 98 | 36 | 24 |
| Octal | 52 | 214 | 137 | 106 | 0 | 40 | 55 | 230 | 66 | 44 |
| Binary | 101010 | 10001100 | 1011111 | 1000110 | 0 | 100000 | 101101 | 10011000 | 110110 | 100100 |
Color Harmonies of #2A8C5F
Complementary color
Monochromatic Colors of #2A8C5F
Black with #2A8C5F
Text Example
Text Example
White with #2A8C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8C5F; }
p { color: rgb(42,140,95); }
H1.HeaderClassName
{
color: #2A8C5F;
}
.AnyTagClassName
{
color: #2A8C5F;
}
</style>
background-color css
<style>
a { background-color: #2A8C5F; }
a { background-color: rgb(42,140,95); }
div.DivClassName
{
background-color: #2A8C5F;
}
.BgClassName
{
background-color: #2A8C5F;
}
</style>
border-color css
<style>
span { border-color: #2A8C5F; }
span { border-color: rgb(42,140,95); }
td.TdClassName
{
border-color: #2A8C5F;
}
.TagClassName
{
border-color: #2A8C5F;
}
</style>