Shades of Sea Green #2D8559
Tints of Sea Green #2D8559
RGB
CMYK
RGB Variations
Color information
#2D8559 (or 0x2D8559) is known color: Sea Green. HEX triplet: 2D, 85 and 59. RGB value is (45,133,89). Sum of RGB (Red+Green+Blue) = 45+133+89=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #2D8559 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8559 is #D27AA6. Grayscale: #656565. Windows color (decimal): -13793959 or 5866797. OLE color: 5866797.
HSL color Cylindrical-coordinate representation of color #2D8559: hue angle of 150º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8559 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 133 | 89 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.48 |
| HSL | 150º | 0.49% | 0.35% | - |
| HSV(B) | 150º | 0.66% | 0.52% | - |
| XYZ | 11.27 | 18.05 | 12.34 | - |
| YUV | 101.67 | 120.85 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 133 | 89 | 0.66 | 0 | 0.33 | 0.48 | 150 | 0.49 | 0.35 |
| Hex | 2D | 85 | 59 | 42 | 0 | 21 | 30 | 96 | 31 | 23 |
| Octal | 55 | 205 | 131 | 102 | 0 | 41 | 60 | 226 | 61 | 43 |
| Binary | 101101 | 10000101 | 1011001 | 1000010 | 0 | 100001 | 110000 | 10010110 | 110001 | 100011 |
Color Harmonies of #2D8559
Complementary color
Monochromatic Colors of #2D8559
Black with #2D8559
Text Example
Text Example
White with #2D8559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8559; }
p { color: rgb(45,133,89); }
H1.HeaderClassName
{
color: #2D8559;
}
.AnyTagClassName
{
color: #2D8559;
}
</style>
background-color css
<style>
a { background-color: #2D8559; }
a { background-color: rgb(45,133,89); }
div.DivClassName
{
background-color: #2D8559;
}
.BgClassName
{
background-color: #2D8559;
}
</style>
border-color css
<style>
span { border-color: #2D8559; }
span { border-color: rgb(45,133,89); }
td.TdClassName
{
border-color: #2D8559;
}
.TagClassName
{
border-color: #2D8559;
}
</style>