Shades of Sea Green #2D854D
Tints of Sea Green #2D854D
RGB
CMYK
RGB Variations
Color information
#2D854D (or 0x2D854D) is known color: Sea Green. HEX triplet: 2D, 85 and 4D. RGB value is (45,133,77). Sum of RGB (Red+Green+Blue) = 45+133+77=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #2D854D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D854D is #D27AB2. Grayscale: #646464. Windows color (decimal): -13793971 or 5080365. OLE color: 5080365.
HSL color Cylindrical-coordinate representation of color #2D854D: hue angle of 141.82º 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 #2D854D is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 133 | 77 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.48 |
| HSL | 141.82º | 0.49% | 0.35% | - |
| HSV(B) | 141.82º | 0.66% | 0.52% | - |
| XYZ | 10.81 | 17.87 | 9.9 | - |
| YUV | 100.3 | 114.85 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 133 | 77 | 0.66 | 0 | 0.42 | 0.48 | 141.82 | 0.49 | 0.35 |
| Hex | 2D | 85 | 4D | 42 | 0 | 2A | 30 | 8E | 31 | 23 |
| Octal | 55 | 205 | 115 | 102 | 0 | 52 | 60 | 216 | 61 | 43 |
| Binary | 101101 | 10000101 | 1001101 | 1000010 | 0 | 101010 | 110000 | 10001110 | 110001 | 100011 |
Color Harmonies of #2D854D
Complementary color
Monochromatic Colors of #2D854D
Black with #2D854D
Text Example
Text Example
White with #2D854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D854D; }
p { color: rgb(45,133,77); }
H1.HeaderClassName
{
color: #2D854D;
}
.AnyTagClassName
{
color: #2D854D;
}
</style>
background-color css
<style>
a { background-color: #2D854D; }
a { background-color: rgb(45,133,77); }
div.DivClassName
{
background-color: #2D854D;
}
.BgClassName
{
background-color: #2D854D;
}
</style>
border-color css
<style>
span { border-color: #2D854D; }
span { border-color: rgb(45,133,77); }
td.TdClassName
{
border-color: #2D854D;
}
.TagClassName
{
border-color: #2D854D;
}
</style>