Shades of Sea Green #2A8548
Tints of Sea Green #2A8548
RGB
CMYK
RGB Variations
Color information
#2A8548 (or 0x2A8548) is known color: Sea Green. HEX triplet: 2A, 85 and 48. RGB value is (42,133,72). Sum of RGB (Red+Green+Blue) = 42+133+72=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #2A8548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8548 is #D57AB7. Grayscale: #626262. Windows color (decimal): -13990584 or 4752682. OLE color: 4752682.
HSL color Cylindrical-coordinate representation of color #2A8548: hue angle of 139.78º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A8548 is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 42 | 133 | 72 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.48 |
| HSL | 139.78º | 0.52% | 0.34% | - |
| HSV(B) | 139.78º | 0.68% | 0.52% | - |
| XYZ | 10.51 | 17.74 | 9 | - |
| YUV | 98.84 | 112.85 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 133 | 72 | 0.68 | 0 | 0.46 | 0.48 | 139.78 | 0.52 | 0.34 |
| Hex | 2A | 85 | 48 | 44 | 0 | 2E | 30 | 8C | 34 | 22 |
| Octal | 52 | 205 | 110 | 104 | 0 | 56 | 60 | 214 | 64 | 42 |
| Binary | 101010 | 10000101 | 1001000 | 1000100 | 0 | 101110 | 110000 | 10001100 | 110100 | 100010 |
Color Harmonies of #2A8548
Complementary color
Monochromatic Colors of #2A8548
Black with #2A8548
Text Example
Text Example
White with #2A8548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8548; }
p { color: rgb(42,133,72); }
H1.HeaderClassName
{
color: #2A8548;
}
.AnyTagClassName
{
color: #2A8548;
}
</style>
background-color css
<style>
a { background-color: #2A8548; }
a { background-color: rgb(42,133,72); }
div.DivClassName
{
background-color: #2A8548;
}
.BgClassName
{
background-color: #2A8548;
}
</style>
border-color css
<style>
span { border-color: #2A8548; }
span { border-color: rgb(42,133,72); }
td.TdClassName
{
border-color: #2A8548;
}
.TagClassName
{
border-color: #2A8548;
}
</style>