Shades of Sea Green #2A8660
Tints of Sea Green #2A8660
RGB
CMYK
RGB Variations
Color information
#2A8660 (or 0x2A8660) is known color: Sea Green. HEX triplet: 2A, 86 and 60. RGB value is (42,134,96). Sum of RGB (Red+Green+Blue) = 42+134+96=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #2A8660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8660 is #D5799F. Grayscale: #666666. Windows color (decimal): -13990304 or 6325802. OLE color: 6325802.
HSL color Cylindrical-coordinate representation of color #2A8660: hue angle of 155.22º degrees, saturation: 0.52, 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 #2A8660 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 134 | 96 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.47 |
| HSL | 155.22º | 0.52% | 0.35% | - |
| HSV(B) | 155.22º | 0.69% | 0.53% | - |
| XYZ | 11.59 | 18.39 | 14 | - |
| YUV | 102.16 | 124.52 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 134 | 96 | 0.69 | 0 | 0.28 | 0.47 | 155.22 | 0.52 | 0.35 |
| Hex | 2A | 86 | 60 | 45 | 0 | 1C | 2F | 9B | 34 | 23 |
| Octal | 52 | 206 | 140 | 105 | 0 | 34 | 57 | 233 | 64 | 43 |
| Binary | 101010 | 10000110 | 1100000 | 1000101 | 0 | 11100 | 101111 | 10011011 | 110100 | 100011 |
Color Harmonies of #2A8660
Complementary color
Monochromatic Colors of #2A8660
Black with #2A8660
Text Example
Text Example
White with #2A8660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8660; }
p { color: rgb(42,134,96); }
H1.HeaderClassName
{
color: #2A8660;
}
.AnyTagClassName
{
color: #2A8660;
}
</style>
background-color css
<style>
a { background-color: #2A8660; }
a { background-color: rgb(42,134,96); }
div.DivClassName
{
background-color: #2A8660;
}
.BgClassName
{
background-color: #2A8660;
}
</style>
border-color css
<style>
span { border-color: #2A8660; }
span { border-color: rgb(42,134,96); }
td.TdClassName
{
border-color: #2A8660;
}
.TagClassName
{
border-color: #2A8660;
}
</style>