Shades of Sea Green #2D885B
Tints of Sea Green #2D885B
RGB
CMYK
RGB Variations
Color information
#2D885B (or 0x2D885B) is known color: Sea Green. HEX triplet: 2D, 88 and 5B. RGB value is (45,136,91). Sum of RGB (Red+Green+Blue) = 45+136+91=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #2D885B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D885B is #D277A4. Grayscale: #676767. Windows color (decimal): -13793189 or 5998637. OLE color: 5998637.
HSL color Cylindrical-coordinate representation of color #2D885B: hue angle of 150.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D885B is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 136 | 91 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.47 |
| HSL | 150.33º | 0.5% | 0.35% | - |
| HSV(B) | 150.33º | 0.67% | 0.53% | - |
| XYZ | 11.77 | 18.92 | 12.93 | - |
| YUV | 103.66 | 120.85 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 136 | 91 | 0.67 | 0 | 0.33 | 0.47 | 150.33 | 0.5 | 0.35 |
| Hex | 2D | 88 | 5B | 43 | 0 | 21 | 2F | 96 | 32 | 23 |
| Octal | 55 | 210 | 133 | 103 | 0 | 41 | 57 | 226 | 62 | 43 |
| Binary | 101101 | 10001000 | 1011011 | 1000011 | 0 | 100001 | 101111 | 10010110 | 110010 | 100011 |
Color Harmonies of #2D885B
Complementary color
Monochromatic Colors of #2D885B
Black with #2D885B
Text Example
Text Example
White with #2D885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D885B; }
p { color: rgb(45,136,91); }
H1.HeaderClassName
{
color: #2D885B;
}
.AnyTagClassName
{
color: #2D885B;
}
</style>
background-color css
<style>
a { background-color: #2D885B; }
a { background-color: rgb(45,136,91); }
div.DivClassName
{
background-color: #2D885B;
}
.BgClassName
{
background-color: #2D885B;
}
</style>
border-color css
<style>
span { border-color: #2D885B; }
span { border-color: rgb(45,136,91); }
td.TdClassName
{
border-color: #2D885B;
}
.TagClassName
{
border-color: #2D885B;
}
</style>