Shades of Sea Green #2D8955
Tints of Sea Green #2D8955
RGB
CMYK
RGB Variations
Color information
#2D8955 (or 0x2D8955) is known color: Sea Green. HEX triplet: 2D, 89 and 55. RGB value is (45,137,85). Sum of RGB (Red+Green+Blue) = 45+137+85=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 137 (53.91% from 255 or 51.31% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 137 - color contains mainly: green. Hex color #2D8955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8955 is #D276AA. Grayscale: #676767. Windows color (decimal): -13792939 or 5605677. OLE color: 5605677.
HSL color Cylindrical-coordinate representation of color #2D8955: hue angle of 146.09º 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 #2D8955 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 85 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.46 |
| HSL | 146.09º | 0.51% | 0.36% | - |
| HSV(B) | 146.09º | 0.67% | 0.54% | - |
| XYZ | 11.67 | 19.11 | 11.67 | - |
| YUV | 103.56 | 117.52 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 85 | 0.67 | 0 | 0.38 | 0.46 | 146.09 | 0.51 | 0.36 |
| Hex | 2D | 89 | 55 | 43 | 0 | 26 | 2E | 92 | 33 | 24 |
| Octal | 55 | 211 | 125 | 103 | 0 | 46 | 56 | 222 | 63 | 44 |
| Binary | 101101 | 10001001 | 1010101 | 1000011 | 0 | 100110 | 101110 | 10010010 | 110011 | 100100 |
Color Harmonies of #2D8955
Complementary color
Monochromatic Colors of #2D8955
Black with #2D8955
Text Example
Text Example
White with #2D8955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8955; }
p { color: rgb(45,137,85); }
H1.HeaderClassName
{
color: #2D8955;
}
.AnyTagClassName
{
color: #2D8955;
}
</style>
background-color css
<style>
a { background-color: #2D8955; }
a { background-color: rgb(45,137,85); }
div.DivClassName
{
background-color: #2D8955;
}
.BgClassName
{
background-color: #2D8955;
}
</style>
border-color css
<style>
span { border-color: #2D8955; }
span { border-color: rgb(45,137,85); }
td.TdClassName
{
border-color: #2D8955;
}
.TagClassName
{
border-color: #2D8955;
}
</style>