Shades of Sea Green #2A8755
Tints of Sea Green #2A8755
RGB
CMYK
RGB Variations
Color information
#2A8755 (or 0x2A8755) is known color: Sea Green. HEX triplet: 2A, 87 and 55. RGB value is (42,135,85). Sum of RGB (Red+Green+Blue) = 42+135+85=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 135 (53.12% from 255 or 51.53% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 135 - color contains mainly: green. Hex color #2A8755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8755 is #D578AA. Grayscale: #656565. Windows color (decimal): -13990059 or 5605162. OLE color: 5605162.
HSL color Cylindrical-coordinate representation of color #2A8755: hue angle of 147.74º 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 #2A8755 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 135 | 85 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.47 |
| HSL | 147.74º | 0.53% | 0.35% | - |
| HSV(B) | 147.74º | 0.69% | 0.53% | - |
| XYZ | 11.26 | 18.48 | 11.57 | - |
| YUV | 101.49 | 118.69 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 135 | 85 | 0.69 | 0 | 0.37 | 0.47 | 147.74 | 0.53 | 0.35 |
| Hex | 2A | 87 | 55 | 45 | 0 | 25 | 2F | 94 | 35 | 23 |
| Octal | 52 | 207 | 125 | 105 | 0 | 45 | 57 | 224 | 65 | 43 |
| Binary | 101010 | 10000111 | 1010101 | 1000101 | 0 | 100101 | 101111 | 10010100 | 110101 | 100011 |
Color Harmonies of #2A8755
Complementary color
Monochromatic Colors of #2A8755
Black with #2A8755
Text Example
Text Example
White with #2A8755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8755; }
p { color: rgb(42,135,85); }
H1.HeaderClassName
{
color: #2A8755;
}
.AnyTagClassName
{
color: #2A8755;
}
</style>
background-color css
<style>
a { background-color: #2A8755; }
a { background-color: rgb(42,135,85); }
div.DivClassName
{
background-color: #2A8755;
}
.BgClassName
{
background-color: #2A8755;
}
</style>
border-color css
<style>
span { border-color: #2A8755; }
span { border-color: rgb(42,135,85); }
td.TdClassName
{
border-color: #2A8755;
}
.TagClassName
{
border-color: #2A8755;
}
</style>