Shades of Sea Green #2D8351
Tints of Sea Green #2D8351
RGB
CMYK
RGB Variations
Color information
#2D8351 (or 0x2D8351) is known color: Sea Green. HEX triplet: 2D, 83 and 51. RGB value is (45,131,81). Sum of RGB (Red+Green+Blue) = 45+131+81=257 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.51% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #2D8351 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8351 is #D27CAE. Grayscale: #636363. Windows color (decimal): -13794479 or 5341997. OLE color: 5341997.
HSL color Cylindrical-coordinate representation of color #2D8351: hue angle of 145.12º 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 #2D8351 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 131 | 81 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.49 |
| HSL | 145.12º | 0.49% | 0.35% | - |
| HSV(B) | 145.12º | 0.66% | 0.51% | - |
| XYZ | 10.68 | 17.38 | 10.58 | - |
| YUV | 99.59 | 117.51 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 131 | 81 | 0.66 | 0 | 0.38 | 0.49 | 145.12 | 0.49 | 0.35 |
| Hex | 2D | 83 | 51 | 42 | 0 | 26 | 31 | 91 | 31 | 23 |
| Octal | 55 | 203 | 121 | 102 | 0 | 46 | 61 | 221 | 61 | 43 |
| Binary | 101101 | 10000011 | 1010001 | 1000010 | 0 | 100110 | 110001 | 10010001 | 110001 | 100011 |
Color Harmonies of #2D8351
Complementary color
Monochromatic Colors of #2D8351
Black with #2D8351
Text Example
Text Example
White with #2D8351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8351; }
p { color: rgb(45,131,81); }
H1.HeaderClassName
{
color: #2D8351;
}
.AnyTagClassName
{
color: #2D8351;
}
</style>
background-color css
<style>
a { background-color: #2D8351; }
a { background-color: rgb(45,131,81); }
div.DivClassName
{
background-color: #2D8351;
}
.BgClassName
{
background-color: #2D8351;
}
</style>
border-color css
<style>
span { border-color: #2D8351; }
span { border-color: rgb(45,131,81); }
td.TdClassName
{
border-color: #2D8351;
}
.TagClassName
{
border-color: #2D8351;
}
</style>