Shades of Sea Green #2A8653
Tints of Sea Green #2A8653
RGB
CMYK
RGB Variations
Color information
#2A8653 (or 0x2A8653) is known color: Sea Green. HEX triplet: 2A, 86 and 53. RGB value is (42,134,83). Sum of RGB (Red+Green+Blue) = 42+134+83=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #2A8653 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8653 is #D579AC. Grayscale: #646464. Windows color (decimal): -13990317 or 5473834. OLE color: 5473834.
HSL color Cylindrical-coordinate representation of color #2A8653: hue angle of 146.74º 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 #2A8653 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 134 | 83 | - |
| CMYK | 0.69 | 0 | 0.38 | 0.47 |
| HSL | 146.74º | 0.52% | 0.35% | - |
| HSV(B) | 146.74º | 0.69% | 0.53% | - |
| XYZ | 11.04 | 18.17 | 11.11 | - |
| YUV | 100.68 | 118.02 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 134 | 83 | 0.69 | 0 | 0.38 | 0.47 | 146.74 | 0.52 | 0.35 |
| Hex | 2A | 86 | 53 | 45 | 0 | 26 | 2F | 93 | 34 | 23 |
| Octal | 52 | 206 | 123 | 105 | 0 | 46 | 57 | 223 | 64 | 43 |
| Binary | 101010 | 10000110 | 1010011 | 1000101 | 0 | 100110 | 101111 | 10010011 | 110100 | 100011 |
Color Harmonies of #2A8653
Complementary color
Monochromatic Colors of #2A8653
Black with #2A8653
Text Example
Text Example
White with #2A8653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8653; }
p { color: rgb(42,134,83); }
H1.HeaderClassName
{
color: #2A8653;
}
.AnyTagClassName
{
color: #2A8653;
}
</style>
background-color css
<style>
a { background-color: #2A8653; }
a { background-color: rgb(42,134,83); }
div.DivClassName
{
background-color: #2A8653;
}
.BgClassName
{
background-color: #2A8653;
}
</style>
border-color css
<style>
span { border-color: #2A8653; }
span { border-color: rgb(42,134,83); }
td.TdClassName
{
border-color: #2A8653;
}
.TagClassName
{
border-color: #2A8653;
}
</style>