Shades of Sea Green #2D845B
Tints of Sea Green #2D845B
RGB
CMYK
RGB Variations
Color information
#2D845B (or 0x2D845B) is known color: Sea Green. HEX triplet: 2D, 84 and 5B. RGB value is (45,132,91). Sum of RGB (Red+Green+Blue) = 45+132+91=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #2D845B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D845B is #D27BA4. Grayscale: #656565. Windows color (decimal): -13794213 or 5997613. OLE color: 5997613.
HSL color Cylindrical-coordinate representation of color #2D845B: hue angle of 151.72º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D845B is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 132 | 91 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.48 |
| HSL | 151.72º | 0.49% | 0.35% | - |
| HSV(B) | 151.72º | 0.66% | 0.52% | - |
| XYZ | 11.22 | 17.82 | 12.74 | - |
| YUV | 101.31 | 122.18 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 132 | 91 | 0.66 | 0 | 0.31 | 0.48 | 151.72 | 0.49 | 0.35 |
| Hex | 2D | 84 | 5B | 42 | 0 | 1F | 30 | 98 | 31 | 23 |
| Octal | 55 | 204 | 133 | 102 | 0 | 37 | 60 | 230 | 61 | 43 |
| Binary | 101101 | 10000100 | 1011011 | 1000010 | 0 | 11111 | 110000 | 10011000 | 110001 | 100011 |
Color Harmonies of #2D845B
Complementary color
Monochromatic Colors of #2D845B
Black with #2D845B
Text Example
Text Example
White with #2D845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D845B; }
p { color: rgb(45,132,91); }
H1.HeaderClassName
{
color: #2D845B;
}
.AnyTagClassName
{
color: #2D845B;
}
</style>
background-color css
<style>
a { background-color: #2D845B; }
a { background-color: rgb(45,132,91); }
div.DivClassName
{
background-color: #2D845B;
}
.BgClassName
{
background-color: #2D845B;
}
</style>
border-color css
<style>
span { border-color: #2D845B; }
span { border-color: rgb(45,132,91); }
td.TdClassName
{
border-color: #2D845B;
}
.TagClassName
{
border-color: #2D845B;
}
</style>