Shades of Sea Green #2D954F
Tints of Sea Green #2D954F
RGB
CMYK
RGB Variations
Color information
#2D954F (or 0x2D954F) is known color: Sea Green. HEX triplet: 2D, 95 and 4F. RGB value is (45,149,79). Sum of RGB (Red+Green+Blue) = 45+149+79=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #2D954F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D954F is #D26AB0. Grayscale: #6E6E6E. Windows color (decimal): -13789873 or 5215533. OLE color: 5215533.
HSL color Cylindrical-coordinate representation of color #2D954F: hue angle of 139.62º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D954F is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 149 | 79 | - |
| CMYK | 0.70 | 0 | 0.47 | 0.42 |
| HSL | 139.62º | 0.54% | 0.38% | - |
| HSV(B) | 139.62º | 0.7% | 0.58% | - |
| XYZ | 13.24 | 22.62 | 11.06 | - |
| YUV | 109.92 | 110.54 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 149 | 79 | 0.70 | 0 | 0.47 | 0.42 | 139.62 | 0.54 | 0.38 |
| Hex | 2D | 95 | 4F | 46 | 0 | 2F | 2A | 8C | 36 | 26 |
| Octal | 55 | 225 | 117 | 106 | 0 | 57 | 52 | 214 | 66 | 46 |
| Binary | 101101 | 10010101 | 1001111 | 1000110 | 0 | 101111 | 101010 | 10001100 | 110110 | 100110 |
Color Harmonies of #2D954F
Complementary color
Monochromatic Colors of #2D954F
Black with #2D954F
Text Example
Text Example
White with #2D954F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D954F; }
p { color: rgb(45,149,79); }
H1.HeaderClassName
{
color: #2D954F;
}
.AnyTagClassName
{
color: #2D954F;
}
</style>
background-color css
<style>
a { background-color: #2D954F; }
a { background-color: rgb(45,149,79); }
div.DivClassName
{
background-color: #2D954F;
}
.BgClassName
{
background-color: #2D954F;
}
</style>
border-color css
<style>
span { border-color: #2D954F; }
span { border-color: rgb(45,149,79); }
td.TdClassName
{
border-color: #2D954F;
}
.TagClassName
{
border-color: #2D954F;
}
</style>