Shades of Sea Green #2D944C
Tints of Sea Green #2D944C
RGB
CMYK
RGB Variations
Color information
#2D944C (or 0x2D944C) is known color: Sea Green. HEX triplet: 2D, 94 and 4C. RGB value is (45,148,76). Sum of RGB (Red+Green+Blue) = 45+148+76=269 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.73% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #2D944C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D944C is #D26BB3. Grayscale: #6D6D6D. Windows color (decimal): -13790132 or 5018669. OLE color: 5018669.
HSL color Cylindrical-coordinate representation of color #2D944C: hue angle of 138.06º degrees, saturation: 0.53, 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 #2D944C is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 148 | 76 | - |
| CMYK | 0.70 | 0 | 0.49 | 0.42 |
| HSL | 138.06º | 0.53% | 0.38% | - |
| HSV(B) | 138.06º | 0.7% | 0.58% | - |
| XYZ | 12.98 | 22.26 | 10.45 | - |
| YUV | 109 | 109.38 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 148 | 76 | 0.70 | 0 | 0.49 | 0.42 | 138.06 | 0.53 | 0.38 |
| Hex | 2D | 94 | 4C | 46 | 0 | 31 | 2A | 8A | 35 | 26 |
| Octal | 55 | 224 | 114 | 106 | 0 | 61 | 52 | 212 | 65 | 46 |
| Binary | 101101 | 10010100 | 1001100 | 1000110 | 0 | 110001 | 101010 | 10001010 | 110101 | 100110 |
Color Harmonies of #2D944C
Complementary color
Monochromatic Colors of #2D944C
Black with #2D944C
Text Example
Text Example
White with #2D944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D944C; }
p { color: rgb(45,148,76); }
H1.HeaderClassName
{
color: #2D944C;
}
.AnyTagClassName
{
color: #2D944C;
}
</style>
background-color css
<style>
a { background-color: #2D944C; }
a { background-color: rgb(45,148,76); }
div.DivClassName
{
background-color: #2D944C;
}
.BgClassName
{
background-color: #2D944C;
}
</style>
border-color css
<style>
span { border-color: #2D944C; }
span { border-color: rgb(45,148,76); }
td.TdClassName
{
border-color: #2D944C;
}
.TagClassName
{
border-color: #2D944C;
}
</style>