Shades of Sea Green #2D8B5F
Tints of Sea Green #2D8B5F
RGB
CMYK
RGB Variations
Color information
#2D8B5F (or 0x2D8B5F) is known color: Sea Green. HEX triplet: 2D, 8B and 5F. RGB value is (45,139,95). Sum of RGB (Red+Green+Blue) = 45+139+95=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 139 (54.69% from 255 or 49.82% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 139 - color contains mainly: green. Hex color #2D8B5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8B5F is #D274A0. Grayscale: #696969. Windows color (decimal): -13792417 or 6261549. OLE color: 6261549.
HSL color Cylindrical-coordinate representation of color #2D8B5F: hue angle of 151.91º 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 #2D8B5F is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 139 | 95 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.45 |
| HSL | 151.91º | 0.51% | 0.36% | - |
| HSV(B) | 151.91º | 0.68% | 0.55% | - |
| XYZ | 12.38 | 19.85 | 14.01 | - |
| YUV | 105.88 | 121.86 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 139 | 95 | 0.68 | 0 | 0.32 | 0.45 | 151.91 | 0.51 | 0.36 |
| Hex | 2D | 8B | 5F | 44 | 0 | 20 | 2D | 98 | 33 | 24 |
| Octal | 55 | 213 | 137 | 104 | 0 | 40 | 55 | 230 | 63 | 44 |
| Binary | 101101 | 10001011 | 1011111 | 1000100 | 0 | 100000 | 101101 | 10011000 | 110011 | 100100 |
Color Harmonies of #2D8B5F
Complementary color
Monochromatic Colors of #2D8B5F
Black with #2D8B5F
Text Example
Text Example
White with #2D8B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8B5F; }
p { color: rgb(45,139,95); }
H1.HeaderClassName
{
color: #2D8B5F;
}
.AnyTagClassName
{
color: #2D8B5F;
}
</style>
background-color css
<style>
a { background-color: #2D8B5F; }
a { background-color: rgb(45,139,95); }
div.DivClassName
{
background-color: #2D8B5F;
}
.BgClassName
{
background-color: #2D8B5F;
}
</style>
border-color css
<style>
span { border-color: #2D8B5F; }
span { border-color: rgb(45,139,95); }
td.TdClassName
{
border-color: #2D8B5F;
}
.TagClassName
{
border-color: #2D8B5F;
}
</style>