Shades of Sea Green #2D8B59
Tints of Sea Green #2D8B59
RGB
CMYK
RGB Variations
Color information
#2D8B59 (or 0x2D8B59) is known color: Sea Green. HEX triplet: 2D, 8B and 59. RGB value is (45,139,89). Sum of RGB (Red+Green+Blue) = 45+139+89=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #2D8B59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8B59 is #D274A6. Grayscale: #696969. Windows color (decimal): -13792423 or 5868333. OLE color: 5868333.
HSL color Cylindrical-coordinate representation of color #2D8B59: hue angle of 148.09º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D8B59 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 139 | 89 | - |
| CMYK | 0.68 | 0 | 0.36 | 0.45 |
| HSL | 148.09º | 0.51% | 0.36% | - |
| HSV(B) | 148.09º | 0.68% | 0.55% | - |
| XYZ | 12.12 | 19.74 | 12.62 | - |
| YUV | 105.19 | 118.86 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 139 | 89 | 0.68 | 0 | 0.36 | 0.45 | 148.09 | 0.51 | 0.36 |
| Hex | 2D | 8B | 59 | 44 | 0 | 24 | 2D | 94 | 33 | 24 |
| Octal | 55 | 213 | 131 | 104 | 0 | 44 | 55 | 224 | 63 | 44 |
| Binary | 101101 | 10001011 | 1011001 | 1000100 | 0 | 100100 | 101101 | 10010100 | 110011 | 100100 |
Color Harmonies of #2D8B59
Complementary color
Monochromatic Colors of #2D8B59
Black with #2D8B59
Text Example
Text Example
White with #2D8B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8B59; }
p { color: rgb(45,139,89); }
H1.HeaderClassName
{
color: #2D8B59;
}
.AnyTagClassName
{
color: #2D8B59;
}
</style>
background-color css
<style>
a { background-color: #2D8B59; }
a { background-color: rgb(45,139,89); }
div.DivClassName
{
background-color: #2D8B59;
}
.BgClassName
{
background-color: #2D8B59;
}
</style>
border-color css
<style>
span { border-color: #2D8B59; }
span { border-color: rgb(45,139,89); }
td.TdClassName
{
border-color: #2D8B59;
}
.TagClassName
{
border-color: #2D8B59;
}
</style>