Shades of Sea Green #2A8745
Tints of Sea Green #2A8745
RGB
CMYK
RGB Variations
Color information
#2A8745 (or 0x2A8745) is known color: Sea Green. HEX triplet: 2A, 87 and 45. RGB value is (42,135,69). Sum of RGB (Red+Green+Blue) = 42+135+69=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #2A8745 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8745 is #D578BA. Grayscale: #636363. Windows color (decimal): -13990075 or 4556586. OLE color: 4556586.
HSL color Cylindrical-coordinate representation of color #2A8745: hue angle of 137.42º 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 #2A8745 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 135 | 69 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.47 |
| HSL | 137.42º | 0.53% | 0.35% | - |
| HSV(B) | 137.42º | 0.69% | 0.53% | - |
| XYZ | 10.69 | 18.25 | 8.59 | - |
| YUV | 99.67 | 110.69 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 135 | 69 | 0.69 | 0 | 0.49 | 0.47 | 137.42 | 0.53 | 0.35 |
| Hex | 2A | 87 | 45 | 45 | 0 | 31 | 2F | 89 | 35 | 23 |
| Octal | 52 | 207 | 105 | 105 | 0 | 61 | 57 | 211 | 65 | 43 |
| Binary | 101010 | 10000111 | 1000101 | 1000101 | 0 | 110001 | 101111 | 10001001 | 110101 | 100011 |
Color Harmonies of #2A8745
Complementary color
Monochromatic Colors of #2A8745
Black with #2A8745
Text Example
Text Example
White with #2A8745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8745; }
p { color: rgb(42,135,69); }
H1.HeaderClassName
{
color: #2A8745;
}
.AnyTagClassName
{
color: #2A8745;
}
</style>
background-color css
<style>
a { background-color: #2A8745; }
a { background-color: rgb(42,135,69); }
div.DivClassName
{
background-color: #2A8745;
}
.BgClassName
{
background-color: #2A8745;
}
</style>
border-color css
<style>
span { border-color: #2A8745; }
span { border-color: rgb(42,135,69); }
td.TdClassName
{
border-color: #2A8745;
}
.TagClassName
{
border-color: #2A8745;
}
</style>