Shades of Sea Green #2D8963
Tints of Sea Green #2D8963
RGB
CMYK
RGB Variations
Color information
#2D8963 (or 0x2D8963) is known color: Sea Green. HEX triplet: 2D, 89 and 63. RGB value is (45,137,99). Sum of RGB (Red+Green+Blue) = 45+137+99=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 137 (53.91% from 255 or 48.75% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 137 - color contains mainly: green. Hex color #2D8963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8963 is #D2769C. Grayscale: #696969. Windows color (decimal): -13792925 or 6523181. OLE color: 6523181.
HSL color Cylindrical-coordinate representation of color #2D8963: hue angle of 155.22º 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 #2D8963 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 99 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.46 |
| HSL | 155.22º | 0.51% | 0.36% | - |
| HSV(B) | 155.22º | 0.67% | 0.54% | - |
| XYZ | 12.28 | 19.35 | 14.89 | - |
| YUV | 105.16 | 124.52 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 99 | 0.67 | 0 | 0.28 | 0.46 | 155.22 | 0.51 | 0.36 |
| Hex | 2D | 89 | 63 | 43 | 0 | 1C | 2E | 9B | 33 | 24 |
| Octal | 55 | 211 | 143 | 103 | 0 | 34 | 56 | 233 | 63 | 44 |
| Binary | 101101 | 10001001 | 1100011 | 1000011 | 0 | 11100 | 101110 | 10011011 | 110011 | 100100 |
Color Harmonies of #2D8963
Complementary color
Monochromatic Colors of #2D8963
Black with #2D8963
Text Example
Text Example
White with #2D8963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8963; }
p { color: rgb(45,137,99); }
H1.HeaderClassName
{
color: #2D8963;
}
.AnyTagClassName
{
color: #2D8963;
}
</style>
background-color css
<style>
a { background-color: #2D8963; }
a { background-color: rgb(45,137,99); }
div.DivClassName
{
background-color: #2D8963;
}
.BgClassName
{
background-color: #2D8963;
}
</style>
border-color css
<style>
span { border-color: #2D8963; }
span { border-color: rgb(45,137,99); }
td.TdClassName
{
border-color: #2D8963;
}
.TagClassName
{
border-color: #2D8963;
}
</style>