Shades of Sea Green #2D854E
Tints of Sea Green #2D854E
RGB
CMYK
RGB Variations
Color information
#2D854E (or 0x2D854E) is known color: Sea Green. HEX triplet: 2D, 85 and 4E. RGB value is (45,133,78). Sum of RGB (Red+Green+Blue) = 45+133+78=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #2D854E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D854E is #D27AB1. Grayscale: #646464. Windows color (decimal): -13793970 or 5145901. OLE color: 5145901.
HSL color Cylindrical-coordinate representation of color #2D854E: hue angle of 142.5º 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 #2D854E is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 133 | 78 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.48 |
| HSL | 142.5º | 0.49% | 0.35% | - |
| HSV(B) | 142.5º | 0.66% | 0.52% | - |
| XYZ | 10.84 | 17.88 | 10.09 | - |
| YUV | 100.42 | 115.35 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 133 | 78 | 0.66 | 0 | 0.41 | 0.48 | 142.5 | 0.49 | 0.35 |
| Hex | 2D | 85 | 4E | 42 | 0 | 29 | 30 | 8E | 31 | 23 |
| Octal | 55 | 205 | 116 | 102 | 0 | 51 | 60 | 216 | 61 | 43 |
| Binary | 101101 | 10000101 | 1001110 | 1000010 | 0 | 101001 | 110000 | 10001110 | 110001 | 100011 |
Color Harmonies of #2D854E
Complementary color
Monochromatic Colors of #2D854E
Black with #2D854E
Text Example
Text Example
White with #2D854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D854E; }
p { color: rgb(45,133,78); }
H1.HeaderClassName
{
color: #2D854E;
}
.AnyTagClassName
{
color: #2D854E;
}
</style>
background-color css
<style>
a { background-color: #2D854E; }
a { background-color: rgb(45,133,78); }
div.DivClassName
{
background-color: #2D854E;
}
.BgClassName
{
background-color: #2D854E;
}
</style>
border-color css
<style>
span { border-color: #2D854E; }
span { border-color: rgb(45,133,78); }
td.TdClassName
{
border-color: #2D854E;
}
.TagClassName
{
border-color: #2D854E;
}
</style>