Shades of Sea Green #2D875A
Tints of Sea Green #2D875A
RGB
CMYK
RGB Variations
Color information
#2D875A (or 0x2D875A) is known color: Sea Green. HEX triplet: 2D, 87 and 5A. RGB value is (45,135,90). Sum of RGB (Red+Green+Blue) = 45+135+90=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #2D875A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D875A is #D278A5. Grayscale: #676767. Windows color (decimal): -13793446 or 5932845. OLE color: 5932845.
HSL color Cylindrical-coordinate representation of color #2D875A: hue angle of 150º 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 #2D875A is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 135 | 90 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.47 |
| HSL | 150º | 0.5% | 0.35% | - |
| HSV(B) | 150º | 0.67% | 0.53% | - |
| XYZ | 11.59 | 18.62 | 12.66 | - |
| YUV | 102.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 135 | 90 | 0.67 | 0 | 0.33 | 0.47 | 150 | 0.5 | 0.35 |
| Hex | 2D | 87 | 5A | 43 | 0 | 21 | 2F | 96 | 32 | 23 |
| Octal | 55 | 207 | 132 | 103 | 0 | 41 | 57 | 226 | 62 | 43 |
| Binary | 101101 | 10000111 | 1011010 | 1000011 | 0 | 100001 | 101111 | 10010110 | 110010 | 100011 |
Color Harmonies of #2D875A
Complementary color
Monochromatic Colors of #2D875A
Black with #2D875A
Text Example
Text Example
White with #2D875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D875A; }
p { color: rgb(45,135,90); }
H1.HeaderClassName
{
color: #2D875A;
}
.AnyTagClassName
{
color: #2D875A;
}
</style>
background-color css
<style>
a { background-color: #2D875A; }
a { background-color: rgb(45,135,90); }
div.DivClassName
{
background-color: #2D875A;
}
.BgClassName
{
background-color: #2D875A;
}
</style>
border-color css
<style>
span { border-color: #2D875A; }
span { border-color: rgb(45,135,90); }
td.TdClassName
{
border-color: #2D875A;
}
.TagClassName
{
border-color: #2D875A;
}
</style>