Shades of Sea Green #2D905D
Tints of Sea Green #2D905D
RGB
CMYK
RGB Variations
Color information
#2D905D (or 0x2D905D) is known color: Sea Green. HEX triplet: 2D, 90 and 5D. RGB value is (45,144,93). Sum of RGB (Red+Green+Blue) = 45+144+93=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #2D905D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D905D is #D26FA2. Grayscale: #6C6C6C. Windows color (decimal): -13791139 or 6131757. OLE color: 6131757.
HSL color Cylindrical-coordinate representation of color #2D905D: hue angle of 149.09º 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 #2D905D is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 144 | 93 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.44 |
| HSL | 149.09º | 0.52% | 0.37% | - |
| HSV(B) | 149.09º | 0.69% | 0.56% | - |
| XYZ | 13.03 | 21.29 | 13.78 | - |
| YUV | 108.59 | 119.2 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 144 | 93 | 0.69 | 0 | 0.35 | 0.44 | 149.09 | 0.52 | 0.37 |
| Hex | 2D | 90 | 5D | 45 | 0 | 23 | 2C | 95 | 34 | 25 |
| Octal | 55 | 220 | 135 | 105 | 0 | 43 | 54 | 225 | 64 | 45 |
| Binary | 101101 | 10010000 | 1011101 | 1000101 | 0 | 100011 | 101100 | 10010101 | 110100 | 100101 |
Color Harmonies of #2D905D
Complementary color
Monochromatic Colors of #2D905D
Black with #2D905D
Text Example
Text Example
White with #2D905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D905D; }
p { color: rgb(45,144,93); }
H1.HeaderClassName
{
color: #2D905D;
}
.AnyTagClassName
{
color: #2D905D;
}
</style>
background-color css
<style>
a { background-color: #2D905D; }
a { background-color: rgb(45,144,93); }
div.DivClassName
{
background-color: #2D905D;
}
.BgClassName
{
background-color: #2D905D;
}
</style>
border-color css
<style>
span { border-color: #2D905D; }
span { border-color: rgb(45,144,93); }
td.TdClassName
{
border-color: #2D905D;
}
.TagClassName
{
border-color: #2D905D;
}
</style>