Shades of Sea Green #2D8362
Tints of Sea Green #2D8362
RGB
CMYK
RGB Variations
Color information
#2D8362 (or 0x2D8362) is known color: Sea Green. HEX triplet: 2D, 83 and 62. RGB value is (45,131,98). Sum of RGB (Red+Green+Blue) = 45+131+98=274 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.42% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #2D8362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8362 is #D27C9D. Grayscale: #656565. Windows color (decimal): -13794462 or 6456109. OLE color: 6456109.
HSL color Cylindrical-coordinate representation of color #2D8362: hue angle of 156.98º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8362 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 131 | 98 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.49 |
| HSL | 156.98º | 0.49% | 0.35% | - |
| HSV(B) | 156.98º | 0.66% | 0.51% | - |
| XYZ | 11.4 | 17.67 | 14.37 | - |
| YUV | 101.52 | 126.01 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 131 | 98 | 0.66 | 0 | 0.25 | 0.49 | 156.98 | 0.49 | 0.35 |
| Hex | 2D | 83 | 62 | 42 | 0 | 19 | 31 | 9D | 31 | 23 |
| Octal | 55 | 203 | 142 | 102 | 0 | 31 | 61 | 235 | 61 | 43 |
| Binary | 101101 | 10000011 | 1100010 | 1000010 | 0 | 11001 | 110001 | 10011101 | 110001 | 100011 |
Color Harmonies of #2D8362
Complementary color
Monochromatic Colors of #2D8362
Black with #2D8362
Text Example
Text Example
White with #2D8362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8362; }
p { color: rgb(45,131,98); }
H1.HeaderClassName
{
color: #2D8362;
}
.AnyTagClassName
{
color: #2D8362;
}
</style>
background-color css
<style>
a { background-color: #2D8362; }
a { background-color: rgb(45,131,98); }
div.DivClassName
{
background-color: #2D8362;
}
.BgClassName
{
background-color: #2D8362;
}
</style>
border-color css
<style>
span { border-color: #2D8362; }
span { border-color: rgb(45,131,98); }
td.TdClassName
{
border-color: #2D8362;
}
.TagClassName
{
border-color: #2D8362;
}
</style>