Shades of Sea Green #2D894F
Tints of Sea Green #2D894F
RGB
CMYK
RGB Variations
Color information
#2D894F (or 0x2D894F) is known color: Sea Green. HEX triplet: 2D, 89 and 4F. RGB value is (45,137,79). Sum of RGB (Red+Green+Blue) = 45+137+79=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #2D894F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D894F is #D276B0. Grayscale: #676767. Windows color (decimal): -13792945 or 5212461. OLE color: 5212461.
HSL color Cylindrical-coordinate representation of color #2D894F: hue angle of 142.17º 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 #2D894F is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 79 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.46 |
| HSL | 142.17º | 0.51% | 0.36% | - |
| HSV(B) | 142.17º | 0.67% | 0.54% | - |
| XYZ | 11.44 | 19.01 | 10.46 | - |
| YUV | 102.88 | 114.52 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 79 | 0.67 | 0 | 0.42 | 0.46 | 142.17 | 0.51 | 0.36 |
| Hex | 2D | 89 | 4F | 43 | 0 | 2A | 2E | 8E | 33 | 24 |
| Octal | 55 | 211 | 117 | 103 | 0 | 52 | 56 | 216 | 63 | 44 |
| Binary | 101101 | 10001001 | 1001111 | 1000011 | 0 | 101010 | 101110 | 10001110 | 110011 | 100100 |
Color Harmonies of #2D894F
Complementary color
Monochromatic Colors of #2D894F
Black with #2D894F
Text Example
Text Example
White with #2D894F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D894F; }
p { color: rgb(45,137,79); }
H1.HeaderClassName
{
color: #2D894F;
}
.AnyTagClassName
{
color: #2D894F;
}
</style>
background-color css
<style>
a { background-color: #2D894F; }
a { background-color: rgb(45,137,79); }
div.DivClassName
{
background-color: #2D894F;
}
.BgClassName
{
background-color: #2D894F;
}
</style>
border-color css
<style>
span { border-color: #2D894F; }
span { border-color: rgb(45,137,79); }
td.TdClassName
{
border-color: #2D894F;
}
.TagClassName
{
border-color: #2D894F;
}
</style>