Shades of Sea Green #2D904C
Tints of Sea Green #2D904C
RGB
CMYK
RGB Variations
Color information
#2D904C (or 0x2D904C) is known color: Sea Green. HEX triplet: 2D, 90 and 4C. RGB value is (45,144,76). Sum of RGB (Red+Green+Blue) = 45+144+76=265 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.98% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #2D904C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D904C is #D26FB3. Grayscale: #6A6A6A. Windows color (decimal): -13791156 or 5017645. OLE color: 5017645.
HSL color Cylindrical-coordinate representation of color #2D904C: hue angle of 138.79º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D904C is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 144 | 76 | - |
| CMYK | 0.69 | 0 | 0.47 | 0.44 |
| HSL | 138.79º | 0.52% | 0.37% | - |
| HSV(B) | 138.79º | 0.69% | 0.56% | - |
| XYZ | 12.36 | 21.03 | 10.24 | - |
| YUV | 106.65 | 110.7 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 144 | 76 | 0.69 | 0 | 0.47 | 0.44 | 138.79 | 0.52 | 0.37 |
| Hex | 2D | 90 | 4C | 45 | 0 | 2F | 2C | 8B | 34 | 25 |
| Octal | 55 | 220 | 114 | 105 | 0 | 57 | 54 | 213 | 64 | 45 |
| Binary | 101101 | 10010000 | 1001100 | 1000101 | 0 | 101111 | 101100 | 10001011 | 110100 | 100101 |
Color Harmonies of #2D904C
Complementary color
Monochromatic Colors of #2D904C
Black with #2D904C
Text Example
Text Example
White with #2D904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D904C; }
p { color: rgb(45,144,76); }
H1.HeaderClassName
{
color: #2D904C;
}
.AnyTagClassName
{
color: #2D904C;
}
</style>
background-color css
<style>
a { background-color: #2D904C; }
a { background-color: rgb(45,144,76); }
div.DivClassName
{
background-color: #2D904C;
}
.BgClassName
{
background-color: #2D904C;
}
</style>
border-color css
<style>
span { border-color: #2D904C; }
span { border-color: rgb(45,144,76); }
td.TdClassName
{
border-color: #2D904C;
}
.TagClassName
{
border-color: #2D904C;
}
</style>