Shades of Sea Green #2D8664
Tints of Sea Green #2D8664
RGB
CMYK
RGB Variations
Color information
#2D8664 (or 0x2D8664) is known color: Sea Green. HEX triplet: 2D, 86 and 64. RGB value is (45,134,100). Sum of RGB (Red+Green+Blue) = 45+134+100=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #2D8664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8664 is #D2799B. Grayscale: #676767. Windows color (decimal): -13793692 or 6587949. OLE color: 6587949.
HSL color Cylindrical-coordinate representation of color #2D8664: hue angle of 157.08º 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 #2D8664 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 134 | 100 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.47 |
| HSL | 157.08º | 0.5% | 0.35% | - |
| HSV(B) | 157.08º | 0.66% | 0.53% | - |
| XYZ | 11.91 | 18.53 | 15.01 | - |
| YUV | 103.51 | 126.01 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 134 | 100 | 0.66 | 0 | 0.25 | 0.47 | 157.08 | 0.5 | 0.35 |
| Hex | 2D | 86 | 64 | 42 | 0 | 19 | 2F | 9D | 32 | 23 |
| Octal | 55 | 206 | 144 | 102 | 0 | 31 | 57 | 235 | 62 | 43 |
| Binary | 101101 | 10000110 | 1100100 | 1000010 | 0 | 11001 | 101111 | 10011101 | 110010 | 100011 |
Color Harmonies of #2D8664
Complementary color
Monochromatic Colors of #2D8664
Black with #2D8664
Text Example
Text Example
White with #2D8664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8664; }
p { color: rgb(45,134,100); }
H1.HeaderClassName
{
color: #2D8664;
}
.AnyTagClassName
{
color: #2D8664;
}
</style>
background-color css
<style>
a { background-color: #2D8664; }
a { background-color: rgb(45,134,100); }
div.DivClassName
{
background-color: #2D8664;
}
.BgClassName
{
background-color: #2D8664;
}
</style>
border-color css
<style>
span { border-color: #2D8664; }
span { border-color: rgb(45,134,100); }
td.TdClassName
{
border-color: #2D8664;
}
.TagClassName
{
border-color: #2D8664;
}
</style>