Shades of Sea Green #2D8A55
Tints of Sea Green #2D8A55
RGB
CMYK
RGB Variations
Color information
#2D8A55 (or 0x2D8A55) is known color: Sea Green. HEX triplet: 2D, 8A and 55. RGB value is (45,138,85). Sum of RGB (Red+Green+Blue) = 45+138+85=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 138 (54.30% from 255 or 51.49% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 138 - color contains mainly: green. Hex color #2D8A55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8A55 is #D275AA. Grayscale: #686868. Windows color (decimal): -13792683 or 5605933. OLE color: 5605933.
HSL color Cylindrical-coordinate representation of color #2D8A55: hue angle of 145.81º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8A55 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 138 | 85 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.46 |
| HSL | 145.81º | 0.51% | 0.36% | - |
| HSV(B) | 145.81º | 0.67% | 0.54% | - |
| XYZ | 11.81 | 19.39 | 11.71 | - |
| YUV | 104.15 | 117.19 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 138 | 85 | 0.67 | 0 | 0.38 | 0.46 | 145.81 | 0.51 | 0.36 |
| Hex | 2D | 8A | 55 | 43 | 0 | 26 | 2E | 92 | 33 | 24 |
| Octal | 55 | 212 | 125 | 103 | 0 | 46 | 56 | 222 | 63 | 44 |
| Binary | 101101 | 10001010 | 1010101 | 1000011 | 0 | 100110 | 101110 | 10010010 | 110011 | 100100 |
Color Harmonies of #2D8A55
Complementary color
Monochromatic Colors of #2D8A55
Black with #2D8A55
Text Example
Text Example
White with #2D8A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8A55; }
p { color: rgb(45,138,85); }
H1.HeaderClassName
{
color: #2D8A55;
}
.AnyTagClassName
{
color: #2D8A55;
}
</style>
background-color css
<style>
a { background-color: #2D8A55; }
a { background-color: rgb(45,138,85); }
div.DivClassName
{
background-color: #2D8A55;
}
.BgClassName
{
background-color: #2D8A55;
}
</style>
border-color css
<style>
span { border-color: #2D8A55; }
span { border-color: rgb(45,138,85); }
td.TdClassName
{
border-color: #2D8A55;
}
.TagClassName
{
border-color: #2D8A55;
}
</style>