Shades of Sea Green #2D895B
Tints of Sea Green #2D895B
RGB
CMYK
RGB Variations
Color information
#2D895B (or 0x2D895B) is known color: Sea Green. HEX triplet: 2D, 89 and 5B. RGB value is (45,137,91). Sum of RGB (Red+Green+Blue) = 45+137+91=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #2D895B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D895B is #D276A4. Grayscale: #686868. Windows color (decimal): -13792933 or 5998893. OLE color: 5998893.
HSL color Cylindrical-coordinate representation of color #2D895B: hue angle of 150º 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 #2D895B is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 91 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.46 |
| HSL | 150º | 0.51% | 0.36% | - |
| HSV(B) | 150º | 0.67% | 0.54% | - |
| XYZ | 11.92 | 19.2 | 12.98 | - |
| YUV | 104.25 | 120.52 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 91 | 0.67 | 0 | 0.34 | 0.46 | 150 | 0.51 | 0.36 |
| Hex | 2D | 89 | 5B | 43 | 0 | 22 | 2E | 96 | 33 | 24 |
| Octal | 55 | 211 | 133 | 103 | 0 | 42 | 56 | 226 | 63 | 44 |
| Binary | 101101 | 10001001 | 1011011 | 1000011 | 0 | 100010 | 101110 | 10010110 | 110011 | 100100 |
Color Harmonies of #2D895B
Complementary color
Monochromatic Colors of #2D895B
Black with #2D895B
Text Example
Text Example
White with #2D895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D895B; }
p { color: rgb(45,137,91); }
H1.HeaderClassName
{
color: #2D895B;
}
.AnyTagClassName
{
color: #2D895B;
}
</style>
background-color css
<style>
a { background-color: #2D895B; }
a { background-color: rgb(45,137,91); }
div.DivClassName
{
background-color: #2D895B;
}
.BgClassName
{
background-color: #2D895B;
}
</style>
border-color css
<style>
span { border-color: #2D895B; }
span { border-color: rgb(45,137,91); }
td.TdClassName
{
border-color: #2D895B;
}
.TagClassName
{
border-color: #2D895B;
}
</style>