Shades of Sea Green #2D8B4A
Tints of Sea Green #2D8B4A
RGB
CMYK
RGB Variations
Color information
#2D8B4A (or 0x2D8B4A) is known color: Sea Green. HEX triplet: 2D, 8B and 4A. RGB value is (45,139,74). Sum of RGB (Red+Green+Blue) = 45+139+74=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 139 (54.69% from 255 or 53.88% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 139 - color contains mainly: green. Hex color #2D8B4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8B4A is #D274B5. Grayscale: #676767. Windows color (decimal): -13792438 or 4885293. OLE color: 4885293.
HSL color Cylindrical-coordinate representation of color #2D8B4A: hue angle of 138.51º 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 #2D8B4A is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 139 | 74 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.45 |
| HSL | 138.51º | 0.51% | 0.36% | - |
| HSV(B) | 138.51º | 0.68% | 0.55% | - |
| XYZ | 11.55 | 19.52 | 9.64 | - |
| YUV | 103.48 | 111.36 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 139 | 74 | 0.68 | 0 | 0.47 | 0.45 | 138.51 | 0.51 | 0.36 |
| Hex | 2D | 8B | 4A | 44 | 0 | 2F | 2D | 8B | 33 | 24 |
| Octal | 55 | 213 | 112 | 104 | 0 | 57 | 55 | 213 | 63 | 44 |
| Binary | 101101 | 10001011 | 1001010 | 1000100 | 0 | 101111 | 101101 | 10001011 | 110011 | 100100 |
Color Harmonies of #2D8B4A
Complementary color
Monochromatic Colors of #2D8B4A
Black with #2D8B4A
Text Example
Text Example
White with #2D8B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8B4A; }
p { color: rgb(45,139,74); }
H1.HeaderClassName
{
color: #2D8B4A;
}
.AnyTagClassName
{
color: #2D8B4A;
}
</style>
background-color css
<style>
a { background-color: #2D8B4A; }
a { background-color: rgb(45,139,74); }
div.DivClassName
{
background-color: #2D8B4A;
}
.BgClassName
{
background-color: #2D8B4A;
}
</style>
border-color css
<style>
span { border-color: #2D8B4A; }
span { border-color: rgb(45,139,74); }
td.TdClassName
{
border-color: #2D8B4A;
}
.TagClassName
{
border-color: #2D8B4A;
}
</style>