Shades of Sea Green #2A8261
Tints of Sea Green #2A8261
RGB
CMYK
RGB Variations
Color information
#2A8261 (or 0x2A8261) is known color: Sea Green. HEX triplet: 2A, 82 and 61. RGB value is (42,130,97). Sum of RGB (Red+Green+Blue) = 42+130+97=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #2A8261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8261 is #D57D9E. Grayscale: #636363. Windows color (decimal): -13991327 or 6390314. OLE color: 6390314.
HSL color Cylindrical-coordinate representation of color #2A8261: hue angle of 157.5º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A8261 is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 130 | 97 | - |
| CMYK | 0.68 | 0 | 0.25 | 0.49 |
| HSL | 157.5º | 0.51% | 0.34% | - |
| HSV(B) | 157.5º | 0.68% | 0.51% | - |
| XYZ | 11.1 | 17.32 | 14.07 | - |
| YUV | 99.93 | 126.35 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 130 | 97 | 0.68 | 0 | 0.25 | 0.49 | 157.5 | 0.51 | 0.34 |
| Hex | 2A | 82 | 61 | 44 | 0 | 19 | 31 | 9E | 33 | 22 |
| Octal | 52 | 202 | 141 | 104 | 0 | 31 | 61 | 236 | 63 | 42 |
| Binary | 101010 | 10000010 | 1100001 | 1000100 | 0 | 11001 | 110001 | 10011110 | 110011 | 100010 |
Color Harmonies of #2A8261
Complementary color
Monochromatic Colors of #2A8261
Black with #2A8261
Text Example
Text Example
White with #2A8261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8261; }
p { color: rgb(42,130,97); }
H1.HeaderClassName
{
color: #2A8261;
}
.AnyTagClassName
{
color: #2A8261;
}
</style>
background-color css
<style>
a { background-color: #2A8261; }
a { background-color: rgb(42,130,97); }
div.DivClassName
{
background-color: #2A8261;
}
.BgClassName
{
background-color: #2A8261;
}
</style>
border-color css
<style>
span { border-color: #2A8261; }
span { border-color: rgb(42,130,97); }
td.TdClassName
{
border-color: #2A8261;
}
.TagClassName
{
border-color: #2A8261;
}
</style>