Shades of Sea Green #2D875B
Tints of Sea Green #2D875B
RGB
CMYK
RGB Variations
Color information
#2D875B (or 0x2D875B) is known color: Sea Green. HEX triplet: 2D, 87 and 5B. RGB value is (45,135,91). Sum of RGB (Red+Green+Blue) = 45+135+91=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #2D875B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D875B is #D278A4. Grayscale: #676767. Windows color (decimal): -13793445 or 5998381. OLE color: 5998381.
HSL color Cylindrical-coordinate representation of color #2D875B: hue angle of 150.67º 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 #2D875B is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 135 | 91 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.47 |
| HSL | 150.67º | 0.5% | 0.35% | - |
| HSV(B) | 150.67º | 0.67% | 0.53% | - |
| XYZ | 11.63 | 18.64 | 12.88 | - |
| YUV | 103.07 | 121.18 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 135 | 91 | 0.67 | 0 | 0.33 | 0.47 | 150.67 | 0.5 | 0.35 |
| Hex | 2D | 87 | 5B | 43 | 0 | 21 | 2F | 97 | 32 | 23 |
| Octal | 55 | 207 | 133 | 103 | 0 | 41 | 57 | 227 | 62 | 43 |
| Binary | 101101 | 10000111 | 1011011 | 1000011 | 0 | 100001 | 101111 | 10010111 | 110010 | 100011 |
Color Harmonies of #2D875B
Complementary color
Monochromatic Colors of #2D875B
Black with #2D875B
Text Example
Text Example
White with #2D875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D875B; }
p { color: rgb(45,135,91); }
H1.HeaderClassName
{
color: #2D875B;
}
.AnyTagClassName
{
color: #2D875B;
}
</style>
background-color css
<style>
a { background-color: #2D875B; }
a { background-color: rgb(45,135,91); }
div.DivClassName
{
background-color: #2D875B;
}
.BgClassName
{
background-color: #2D875B;
}
</style>
border-color css
<style>
span { border-color: #2D875B; }
span { border-color: rgb(45,135,91); }
td.TdClassName
{
border-color: #2D875B;
}
.TagClassName
{
border-color: #2D875B;
}
</style>