Shades of Sea Green #2D905A
Tints of Sea Green #2D905A
RGB
CMYK
RGB Variations
Color information
#2D905A (or 0x2D905A) is known color: Sea Green. HEX triplet: 2D, 90 and 5A. RGB value is (45,144,90). Sum of RGB (Red+Green+Blue) = 45+144+90=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 144 (56.64% from 255 or 51.61% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 144 - color contains mainly: green. Hex color #2D905A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D905A is #D26FA5. Grayscale: #6C6C6C. Windows color (decimal): -13791142 or 5935149. OLE color: 5935149.
HSL color Cylindrical-coordinate representation of color #2D905A: hue angle of 147.27º 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 #2D905A is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 144 | 90 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.44 |
| HSL | 147.27º | 0.52% | 0.37% | - |
| HSV(B) | 147.27º | 0.69% | 0.56% | - |
| XYZ | 12.9 | 21.24 | 13.09 | - |
| YUV | 108.24 | 117.7 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 144 | 90 | 0.69 | 0 | 0.37 | 0.44 | 147.27 | 0.52 | 0.37 |
| Hex | 2D | 90 | 5A | 45 | 0 | 25 | 2C | 93 | 34 | 25 |
| Octal | 55 | 220 | 132 | 105 | 0 | 45 | 54 | 223 | 64 | 45 |
| Binary | 101101 | 10010000 | 1011010 | 1000101 | 0 | 100101 | 101100 | 10010011 | 110100 | 100101 |
Color Harmonies of #2D905A
Complementary color
Monochromatic Colors of #2D905A
Black with #2D905A
Text Example
Text Example
White with #2D905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D905A; }
p { color: rgb(45,144,90); }
H1.HeaderClassName
{
color: #2D905A;
}
.AnyTagClassName
{
color: #2D905A;
}
</style>
background-color css
<style>
a { background-color: #2D905A; }
a { background-color: rgb(45,144,90); }
div.DivClassName
{
background-color: #2D905A;
}
.BgClassName
{
background-color: #2D905A;
}
</style>
border-color css
<style>
span { border-color: #2D905A; }
span { border-color: rgb(45,144,90); }
td.TdClassName
{
border-color: #2D905A;
}
.TagClassName
{
border-color: #2D905A;
}
</style>