Shades of Sea Green #2A8646
Tints of Sea Green #2A8646
RGB
CMYK
RGB Variations
Color information
#2A8646 (or 0x2A8646) is known color: Sea Green. HEX triplet: 2A, 86 and 46. RGB value is (42,134,70). Sum of RGB (Red+Green+Blue) = 42+134+70=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #2A8646 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8646 is #D579B9. Grayscale: #636363. Windows color (decimal): -13990330 or 4621866. OLE color: 4621866.
HSL color Cylindrical-coordinate representation of color #2A8646: hue angle of 138.26º 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 #2A8646 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 134 | 70 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.47 |
| HSL | 138.26º | 0.52% | 0.35% | - |
| HSV(B) | 138.26º | 0.69% | 0.53% | - |
| XYZ | 10.59 | 17.98 | 8.71 | - |
| YUV | 99.2 | 111.52 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 134 | 70 | 0.69 | 0 | 0.48 | 0.47 | 138.26 | 0.52 | 0.35 |
| Hex | 2A | 86 | 46 | 45 | 0 | 30 | 2F | 8A | 34 | 23 |
| Octal | 52 | 206 | 106 | 105 | 0 | 60 | 57 | 212 | 64 | 43 |
| Binary | 101010 | 10000110 | 1000110 | 1000101 | 0 | 110000 | 101111 | 10001010 | 110100 | 100011 |
Color Harmonies of #2A8646
Complementary color
Monochromatic Colors of #2A8646
Black with #2A8646
Text Example
Text Example
White with #2A8646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8646; }
p { color: rgb(42,134,70); }
H1.HeaderClassName
{
color: #2A8646;
}
.AnyTagClassName
{
color: #2A8646;
}
</style>
background-color css
<style>
a { background-color: #2A8646; }
a { background-color: rgb(42,134,70); }
div.DivClassName
{
background-color: #2A8646;
}
.BgClassName
{
background-color: #2A8646;
}
</style>
border-color css
<style>
span { border-color: #2A8646; }
span { border-color: rgb(42,134,70); }
td.TdClassName
{
border-color: #2A8646;
}
.TagClassName
{
border-color: #2A8646;
}
</style>