Shades of Sea Green #2D8A49
Tints of Sea Green #2D8A49
RGB
CMYK
RGB Variations
Color information
#2D8A49 (or 0x2D8A49) is known color: Sea Green. HEX triplet: 2D, 8A and 49. RGB value is (45,138,73). Sum of RGB (Red+Green+Blue) = 45+138+73=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 138 (54.30% from 255 or 53.91% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 138 - color contains mainly: green. Hex color #2D8A49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8A49 is #D275B6. Grayscale: #666666. Windows color (decimal): -13792695 or 4819501. OLE color: 4819501.
HSL color Cylindrical-coordinate representation of color #2D8A49: hue angle of 138.06º 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 #2D8A49 is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 138 | 73 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.46 |
| HSL | 138.06º | 0.51% | 0.36% | - |
| HSV(B) | 138.06º | 0.67% | 0.54% | - |
| XYZ | 11.37 | 19.22 | 9.41 | - |
| YUV | 102.78 | 111.19 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 138 | 73 | 0.67 | 0 | 0.47 | 0.46 | 138.06 | 0.51 | 0.36 |
| Hex | 2D | 8A | 49 | 43 | 0 | 2F | 2E | 8A | 33 | 24 |
| Octal | 55 | 212 | 111 | 103 | 0 | 57 | 56 | 212 | 63 | 44 |
| Binary | 101101 | 10001010 | 1001001 | 1000011 | 0 | 101111 | 101110 | 10001010 | 110011 | 100100 |
Color Harmonies of #2D8A49
Complementary color
Monochromatic Colors of #2D8A49
Black with #2D8A49
Text Example
Text Example
White with #2D8A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8A49; }
p { color: rgb(45,138,73); }
H1.HeaderClassName
{
color: #2D8A49;
}
.AnyTagClassName
{
color: #2D8A49;
}
</style>
background-color css
<style>
a { background-color: #2D8A49; }
a { background-color: rgb(45,138,73); }
div.DivClassName
{
background-color: #2D8A49;
}
.BgClassName
{
background-color: #2D8A49;
}
</style>
border-color css
<style>
span { border-color: #2D8A49; }
span { border-color: rgb(45,138,73); }
td.TdClassName
{
border-color: #2D8A49;
}
.TagClassName
{
border-color: #2D8A49;
}
</style>