Shades of Sea Green #2A8741
Tints of Sea Green #2A8741
RGB
CMYK
RGB Variations
Color information
#2A8741 (or 0x2A8741) is known color: Sea Green. HEX triplet: 2A, 87 and 41. RGB value is (42,135,65). Sum of RGB (Red+Green+Blue) = 42+135+65=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #2A8741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8741 is #D578BE. Grayscale: #636363. Windows color (decimal): -13990079 or 4294442. OLE color: 4294442.
HSL color Cylindrical-coordinate representation of color #2A8741: hue angle of 134.84º 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 #2A8741 is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 135 | 65 | - |
| CMYK | 0.69 | 0 | 0.52 | 0.47 |
| HSL | 134.84º | 0.53% | 0.35% | - |
| HSV(B) | 134.84º | 0.69% | 0.53% | - |
| XYZ | 10.57 | 18.2 | 7.96 | - |
| YUV | 99.21 | 108.69 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 135 | 65 | 0.69 | 0 | 0.52 | 0.47 | 134.84 | 0.53 | 0.35 |
| Hex | 2A | 87 | 41 | 45 | 0 | 34 | 2F | 87 | 35 | 23 |
| Octal | 52 | 207 | 101 | 105 | 0 | 64 | 57 | 207 | 65 | 43 |
| Binary | 101010 | 10000111 | 1000001 | 1000101 | 0 | 110100 | 101111 | 10000111 | 110101 | 100011 |
Color Harmonies of #2A8741
Complementary color
Monochromatic Colors of #2A8741
Black with #2A8741
Text Example
Text Example
White with #2A8741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8741; }
p { color: rgb(42,135,65); }
H1.HeaderClassName
{
color: #2A8741;
}
.AnyTagClassName
{
color: #2A8741;
}
</style>
background-color css
<style>
a { background-color: #2A8741; }
a { background-color: rgb(42,135,65); }
div.DivClassName
{
background-color: #2A8741;
}
.BgClassName
{
background-color: #2A8741;
}
</style>
border-color css
<style>
span { border-color: #2A8741; }
span { border-color: rgb(42,135,65); }
td.TdClassName
{
border-color: #2A8741;
}
.TagClassName
{
border-color: #2A8741;
}
</style>