Shades of Sea Green #2D9A4F
Tints of Sea Green #2D9A4F
RGB
CMYK
RGB Variations
Color information
#2D9A4F (or 0x2D9A4F) is known color: Sea Green. HEX triplet: 2D, 9A and 4F. RGB value is (45,154,79). Sum of RGB (Red+Green+Blue) = 45+154+79=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 154 (60.55% from 255 or 55.40% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 154 - color contains mainly: green. Hex color #2D9A4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9A4F is #D265B0. Grayscale: #717171. Windows color (decimal): -13788593 or 5216813. OLE color: 5216813.
HSL color Cylindrical-coordinate representation of color #2D9A4F: hue angle of 138.72º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D9A4F is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 45 | 154 | 79 | - |
| CMYK | 0.71 | 0 | 0.49 | 0.40 |
| HSL | 138.72º | 0.55% | 0.39% | - |
| HSV(B) | 138.72º | 0.71% | 0.6% | - |
| XYZ | 14.05 | 24.23 | 11.33 | - |
| YUV | 112.86 | 108.89 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 154 | 79 | 0.71 | 0 | 0.49 | 0.40 | 138.72 | 0.55 | 0.39 |
| Hex | 2D | 9A | 4F | 47 | 0 | 31 | 28 | 8B | 37 | 27 |
| Octal | 55 | 232 | 117 | 107 | 0 | 61 | 50 | 213 | 67 | 47 |
| Binary | 101101 | 10011010 | 1001111 | 1000111 | 0 | 110001 | 101000 | 10001011 | 110111 | 100111 |
Color Harmonies of #2D9A4F
Complementary color
Monochromatic Colors of #2D9A4F
Black with #2D9A4F
Text Example
Text Example
White with #2D9A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9A4F; }
p { color: rgb(45,154,79); }
H1.HeaderClassName
{
color: #2D9A4F;
}
.AnyTagClassName
{
color: #2D9A4F;
}
</style>
background-color css
<style>
a { background-color: #2D9A4F; }
a { background-color: rgb(45,154,79); }
div.DivClassName
{
background-color: #2D9A4F;
}
.BgClassName
{
background-color: #2D9A4F;
}
</style>
border-color css
<style>
span { border-color: #2D9A4F; }
span { border-color: rgb(45,154,79); }
td.TdClassName
{
border-color: #2D9A4F;
}
.TagClassName
{
border-color: #2D9A4F;
}
</style>