Shades of Sea Green #2D8A4B
Tints of Sea Green #2D8A4B
RGB
CMYK
RGB Variations
Color information
#2D8A4B (or 0x2D8A4B) is known color: Sea Green. HEX triplet: 2D, 8A and 4B. RGB value is (45,138,75). Sum of RGB (Red+Green+Blue) = 45+138+75=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 138 (54.30% from 255 or 53.49% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 138 - color contains mainly: green. Hex color #2D8A4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8A4B is #D275B4. Grayscale: #676767. Windows color (decimal): -13792693 or 4950573. OLE color: 4950573.
HSL color Cylindrical-coordinate representation of color #2D8A4B: hue angle of 139.35º 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 #2D8A4B is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 138 | 75 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.46 |
| HSL | 139.35º | 0.51% | 0.36% | - |
| HSV(B) | 139.35º | 0.67% | 0.54% | - |
| XYZ | 11.44 | 19.24 | 9.77 | - |
| YUV | 103.01 | 112.19 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 138 | 75 | 0.67 | 0 | 0.46 | 0.46 | 139.35 | 0.51 | 0.36 |
| Hex | 2D | 8A | 4B | 43 | 0 | 2E | 2E | 8B | 33 | 24 |
| Octal | 55 | 212 | 113 | 103 | 0 | 56 | 56 | 213 | 63 | 44 |
| Binary | 101101 | 10001010 | 1001011 | 1000011 | 0 | 101110 | 101110 | 10001011 | 110011 | 100100 |
Color Harmonies of #2D8A4B
Complementary color
Monochromatic Colors of #2D8A4B
Black with #2D8A4B
Text Example
Text Example
White with #2D8A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8A4B; }
p { color: rgb(45,138,75); }
H1.HeaderClassName
{
color: #2D8A4B;
}
.AnyTagClassName
{
color: #2D8A4B;
}
</style>
background-color css
<style>
a { background-color: #2D8A4B; }
a { background-color: rgb(45,138,75); }
div.DivClassName
{
background-color: #2D8A4B;
}
.BgClassName
{
background-color: #2D8A4B;
}
</style>
border-color css
<style>
span { border-color: #2D8A4B; }
span { border-color: rgb(45,138,75); }
td.TdClassName
{
border-color: #2D8A4B;
}
.TagClassName
{
border-color: #2D8A4B;
}
</style>