Shades of Sea Green #2D895F
Tints of Sea Green #2D895F
RGB
CMYK
RGB Variations
Color information
#2D895F (or 0x2D895F) is known color: Sea Green. HEX triplet: 2D, 89 and 5F. RGB value is (45,137,95). Sum of RGB (Red+Green+Blue) = 45+137+95=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #2D895F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D895F is #D276A0. Grayscale: #686868. Windows color (decimal): -13792929 or 6261037. OLE color: 6261037.
HSL color Cylindrical-coordinate representation of color #2D895F: hue angle of 152.61º 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 #2D895F is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 95 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.46 |
| HSL | 152.61º | 0.51% | 0.36% | - |
| HSV(B) | 152.61º | 0.67% | 0.54% | - |
| XYZ | 12.09 | 19.28 | 13.91 | - |
| YUV | 104.7 | 122.52 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 95 | 0.67 | 0 | 0.31 | 0.46 | 152.61 | 0.51 | 0.36 |
| Hex | 2D | 89 | 5F | 43 | 0 | 1F | 2E | 99 | 33 | 24 |
| Octal | 55 | 211 | 137 | 103 | 0 | 37 | 56 | 231 | 63 | 44 |
| Binary | 101101 | 10001001 | 1011111 | 1000011 | 0 | 11111 | 101110 | 10011001 | 110011 | 100100 |
Color Harmonies of #2D895F
Complementary color
Monochromatic Colors of #2D895F
Black with #2D895F
Text Example
Text Example
White with #2D895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D895F; }
p { color: rgb(45,137,95); }
H1.HeaderClassName
{
color: #2D895F;
}
.AnyTagClassName
{
color: #2D895F;
}
</style>
background-color css
<style>
a { background-color: #2D895F; }
a { background-color: rgb(45,137,95); }
div.DivClassName
{
background-color: #2D895F;
}
.BgClassName
{
background-color: #2D895F;
}
</style>
border-color css
<style>
span { border-color: #2D895F; }
span { border-color: rgb(45,137,95); }
td.TdClassName
{
border-color: #2D895F;
}
.TagClassName
{
border-color: #2D895F;
}
</style>