Shades of Sea Green #2D9448
Tints of Sea Green #2D9448
RGB
CMYK
RGB Variations
Color information
#2D9448 (or 0x2D9448) is known color: Sea Green. HEX triplet: 2D, 94 and 48. RGB value is (45,148,72). Sum of RGB (Red+Green+Blue) = 45+148+72=265 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.98% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #2D9448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9448 is #D26BB7. Grayscale: #6C6C6C. Windows color (decimal): -13790136 or 4756525. OLE color: 4756525.
HSL color Cylindrical-coordinate representation of color #2D9448: hue angle of 135.73º 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 #2D9448 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 148 | 72 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.42 |
| HSL | 135.73º | 0.53% | 0.38% | - |
| HSV(B) | 135.73º | 0.7% | 0.58% | - |
| XYZ | 12.84 | 22.21 | 9.74 | - |
| YUV | 108.54 | 107.38 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 148 | 72 | 0.70 | 0 | 0.51 | 0.42 | 135.73 | 0.53 | 0.38 |
| Hex | 2D | 94 | 48 | 46 | 0 | 33 | 2A | 88 | 35 | 26 |
| Octal | 55 | 224 | 110 | 106 | 0 | 63 | 52 | 210 | 65 | 46 |
| Binary | 101101 | 10010100 | 1001000 | 1000110 | 0 | 110011 | 101010 | 10001000 | 110101 | 100110 |
Color Harmonies of #2D9448
Complementary color
Monochromatic Colors of #2D9448
Black with #2D9448
Text Example
Text Example
White with #2D9448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9448; }
p { color: rgb(45,148,72); }
H1.HeaderClassName
{
color: #2D9448;
}
.AnyTagClassName
{
color: #2D9448;
}
</style>
background-color css
<style>
a { background-color: #2D9448; }
a { background-color: rgb(45,148,72); }
div.DivClassName
{
background-color: #2D9448;
}
.BgClassName
{
background-color: #2D9448;
}
</style>
border-color css
<style>
span { border-color: #2D9448; }
span { border-color: rgb(45,148,72); }
td.TdClassName
{
border-color: #2D9448;
}
.TagClassName
{
border-color: #2D9448;
}
</style>