Shades of Sea Green #2D905B
Tints of Sea Green #2D905B
RGB
CMYK
RGB Variations
Color information
#2D905B (or 0x2D905B) is known color: Sea Green. HEX triplet: 2D, 90 and 5B. RGB value is (45,144,91). Sum of RGB (Red+Green+Blue) = 45+144+91=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #2D905B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D905B is #D26FA4. Grayscale: #6C6C6C. Windows color (decimal): -13791141 or 6000685. OLE color: 6000685.
HSL color Cylindrical-coordinate representation of color #2D905B: hue angle of 147.88º 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 #2D905B is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 144 | 91 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.44 |
| HSL | 147.88º | 0.52% | 0.37% | - |
| HSV(B) | 147.88º | 0.69% | 0.56% | - |
| XYZ | 12.94 | 21.26 | 13.32 | - |
| YUV | 108.36 | 118.2 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 144 | 91 | 0.69 | 0 | 0.37 | 0.44 | 147.88 | 0.52 | 0.37 |
| Hex | 2D | 90 | 5B | 45 | 0 | 25 | 2C | 94 | 34 | 25 |
| Octal | 55 | 220 | 133 | 105 | 0 | 45 | 54 | 224 | 64 | 45 |
| Binary | 101101 | 10010000 | 1011011 | 1000101 | 0 | 100101 | 101100 | 10010100 | 110100 | 100101 |
Color Harmonies of #2D905B
Complementary color
Monochromatic Colors of #2D905B
Black with #2D905B
Text Example
Text Example
White with #2D905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D905B; }
p { color: rgb(45,144,91); }
H1.HeaderClassName
{
color: #2D905B;
}
.AnyTagClassName
{
color: #2D905B;
}
</style>
background-color css
<style>
a { background-color: #2D905B; }
a { background-color: rgb(45,144,91); }
div.DivClassName
{
background-color: #2D905B;
}
.BgClassName
{
background-color: #2D905B;
}
</style>
border-color css
<style>
span { border-color: #2D905B; }
span { border-color: rgb(45,144,91); }
td.TdClassName
{
border-color: #2D905B;
}
.TagClassName
{
border-color: #2D905B;
}
</style>