Shades of Sea Green #2D894D
Tints of Sea Green #2D894D
RGB
CMYK
RGB Variations
Color information
#2D894D (or 0x2D894D) is known color: Sea Green. HEX triplet: 2D, 89 and 4D. RGB value is (45,137,77). Sum of RGB (Red+Green+Blue) = 45+137+77=259 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.37% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #2D894D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D894D is #D276B2. Grayscale: #666666. Windows color (decimal): -13792947 or 5081389. OLE color: 5081389.
HSL color Cylindrical-coordinate representation of color #2D894D: hue angle of 140.87º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D894D is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 77 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.46 |
| HSL | 140.87º | 0.51% | 0.36% | - |
| HSV(B) | 140.87º | 0.67% | 0.54% | - |
| XYZ | 11.37 | 18.99 | 10.09 | - |
| YUV | 102.65 | 113.52 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 77 | 0.67 | 0 | 0.44 | 0.46 | 140.87 | 0.51 | 0.36 |
| Hex | 2D | 89 | 4D | 43 | 0 | 2C | 2E | 8D | 33 | 24 |
| Octal | 55 | 211 | 115 | 103 | 0 | 54 | 56 | 215 | 63 | 44 |
| Binary | 101101 | 10001001 | 1001101 | 1000011 | 0 | 101100 | 101110 | 10001101 | 110011 | 100100 |
Color Harmonies of #2D894D
Complementary color
Monochromatic Colors of #2D894D
Black with #2D894D
Text Example
Text Example
White with #2D894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D894D; }
p { color: rgb(45,137,77); }
H1.HeaderClassName
{
color: #2D894D;
}
.AnyTagClassName
{
color: #2D894D;
}
</style>
background-color css
<style>
a { background-color: #2D894D; }
a { background-color: rgb(45,137,77); }
div.DivClassName
{
background-color: #2D894D;
}
.BgClassName
{
background-color: #2D894D;
}
</style>
border-color css
<style>
span { border-color: #2D894D; }
span { border-color: rgb(45,137,77); }
td.TdClassName
{
border-color: #2D894D;
}
.TagClassName
{
border-color: #2D894D;
}
</style>