Shades of Sea Green #2D9256
Tints of Sea Green #2D9256
RGB
CMYK
RGB Variations
Color information
#2D9256 (or 0x2D9256) is known color: Sea Green. HEX triplet: 2D, 92 and 56. RGB value is (45,146,86). Sum of RGB (Red+Green+Blue) = 45+146+86=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #2D9256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9256 is #D26DA9. Grayscale: #6D6D6D. Windows color (decimal): -13790634 or 5673517. OLE color: 5673517.
HSL color Cylindrical-coordinate representation of color #2D9256: hue angle of 144.36º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9256 is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 146 | 86 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.43 |
| HSL | 144.36º | 0.53% | 0.37% | - |
| HSV(B) | 144.36º | 0.69% | 0.57% | - |
| XYZ | 13.04 | 21.79 | 12.32 | - |
| YUV | 108.96 | 115.04 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 146 | 86 | 0.69 | 0 | 0.41 | 0.43 | 144.36 | 0.53 | 0.37 |
| Hex | 2D | 92 | 56 | 45 | 0 | 29 | 2B | 90 | 35 | 25 |
| Octal | 55 | 222 | 126 | 105 | 0 | 51 | 53 | 220 | 65 | 45 |
| Binary | 101101 | 10010010 | 1010110 | 1000101 | 0 | 101001 | 101011 | 10010000 | 110101 | 100101 |
Color Harmonies of #2D9256
Complementary color
Monochromatic Colors of #2D9256
Black with #2D9256
Text Example
Text Example
White with #2D9256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9256; }
p { color: rgb(45,146,86); }
H1.HeaderClassName
{
color: #2D9256;
}
.AnyTagClassName
{
color: #2D9256;
}
</style>
background-color css
<style>
a { background-color: #2D9256; }
a { background-color: rgb(45,146,86); }
div.DivClassName
{
background-color: #2D9256;
}
.BgClassName
{
background-color: #2D9256;
}
</style>
border-color css
<style>
span { border-color: #2D9256; }
span { border-color: rgb(45,146,86); }
td.TdClassName
{
border-color: #2D9256;
}
.TagClassName
{
border-color: #2D9256;
}
</style>