Shades of Sea Green #2D8661
Tints of Sea Green #2D8661
RGB
CMYK
RGB Variations
Color information
#2D8661 (or 0x2D8661) is known color: Sea Green. HEX triplet: 2D, 86 and 61. RGB value is (45,134,97). Sum of RGB (Red+Green+Blue) = 45+134+97=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #2D8661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8661 is #D2799E. Grayscale: #676767. Windows color (decimal): -13793695 or 6391341. OLE color: 6391341.
HSL color Cylindrical-coordinate representation of color #2D8661: hue angle of 155.06º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8661 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 134 | 97 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.47 |
| HSL | 155.06º | 0.5% | 0.35% | - |
| HSV(B) | 155.06º | 0.66% | 0.53% | - |
| XYZ | 11.76 | 18.47 | 14.25 | - |
| YUV | 103.17 | 124.51 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 134 | 97 | 0.66 | 0 | 0.28 | 0.47 | 155.06 | 0.5 | 0.35 |
| Hex | 2D | 86 | 61 | 42 | 0 | 1C | 2F | 9B | 32 | 23 |
| Octal | 55 | 206 | 141 | 102 | 0 | 34 | 57 | 233 | 62 | 43 |
| Binary | 101101 | 10000110 | 1100001 | 1000010 | 0 | 11100 | 101111 | 10011011 | 110010 | 100011 |
Color Harmonies of #2D8661
Complementary color
Monochromatic Colors of #2D8661
Black with #2D8661
Text Example
Text Example
White with #2D8661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8661; }
p { color: rgb(45,134,97); }
H1.HeaderClassName
{
color: #2D8661;
}
.AnyTagClassName
{
color: #2D8661;
}
</style>
background-color css
<style>
a { background-color: #2D8661; }
a { background-color: rgb(45,134,97); }
div.DivClassName
{
background-color: #2D8661;
}
.BgClassName
{
background-color: #2D8661;
}
</style>
border-color css
<style>
span { border-color: #2D8661; }
span { border-color: rgb(45,134,97); }
td.TdClassName
{
border-color: #2D8661;
}
.TagClassName
{
border-color: #2D8661;
}
</style>