Shades of Sea Green #2D9457
Tints of Sea Green #2D9457
RGB
CMYK
RGB Variations
Color information
#2D9457 (or 0x2D9457) is known color: Sea Green. HEX triplet: 2D, 94 and 57. RGB value is (45,148,87). Sum of RGB (Red+Green+Blue) = 45+148+87=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 148 (58.20% from 255 or 52.86% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 148 - color contains mainly: green. Hex color #2D9457 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9457 is #D26BA8. Grayscale: #6E6E6E. Windows color (decimal): -13790121 or 5739565. OLE color: 5739565.
HSL color Cylindrical-coordinate representation of color #2D9457: hue angle of 144.47º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D9457 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 148 | 87 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.42 |
| HSL | 144.47º | 0.53% | 0.38% | - |
| HSV(B) | 144.47º | 0.7% | 0.58% | - |
| XYZ | 13.39 | 22.43 | 12.64 | - |
| YUV | 110.25 | 114.88 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 148 | 87 | 0.70 | 0 | 0.41 | 0.42 | 144.47 | 0.53 | 0.38 |
| Hex | 2D | 94 | 57 | 46 | 0 | 29 | 2A | 90 | 35 | 26 |
| Octal | 55 | 224 | 127 | 106 | 0 | 51 | 52 | 220 | 65 | 46 |
| Binary | 101101 | 10010100 | 1010111 | 1000110 | 0 | 101001 | 101010 | 10010000 | 110101 | 100110 |
Color Harmonies of #2D9457
Complementary color
Monochromatic Colors of #2D9457
Black with #2D9457
Text Example
Text Example
White with #2D9457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9457; }
p { color: rgb(45,148,87); }
H1.HeaderClassName
{
color: #2D9457;
}
.AnyTagClassName
{
color: #2D9457;
}
</style>
background-color css
<style>
a { background-color: #2D9457; }
a { background-color: rgb(45,148,87); }
div.DivClassName
{
background-color: #2D9457;
}
.BgClassName
{
background-color: #2D9457;
}
</style>
border-color css
<style>
span { border-color: #2D9457; }
span { border-color: rgb(45,148,87); }
td.TdClassName
{
border-color: #2D9457;
}
.TagClassName
{
border-color: #2D9457;
}
</style>