Shades of Sea Green #2D8C42
Tints of Sea Green #2D8C42
RGB
CMYK
RGB Variations
Color information
#2D8C42 (or 0x2D8C42) is known color: Sea Green. HEX triplet: 2D, 8C and 42. RGB value is (45,140,66). Sum of RGB (Red+Green+Blue) = 45+140+66=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 140 (55.08% from 255 or 55.78% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 140 - color contains mainly: green. Hex color #2D8C42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8C42 is #D273BD. Grayscale: #676767. Windows color (decimal): -13792190 or 4361261. OLE color: 4361261.
HSL color Cylindrical-coordinate representation of color #2D8C42: hue angle of 133.26º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D8C42 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 140 | 66 | - |
| CMYK | 0.68 | 0 | 0.53 | 0.45 |
| HSL | 133.26º | 0.51% | 0.36% | - |
| HSV(B) | 133.26º | 0.68% | 0.55% | - |
| XYZ | 11.44 | 19.71 | 8.36 | - |
| YUV | 103.16 | 107.03 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 140 | 66 | 0.68 | 0 | 0.53 | 0.45 | 133.26 | 0.51 | 0.36 |
| Hex | 2D | 8C | 42 | 44 | 0 | 35 | 2D | 85 | 33 | 24 |
| Octal | 55 | 214 | 102 | 104 | 0 | 65 | 55 | 205 | 63 | 44 |
| Binary | 101101 | 10001100 | 1000010 | 1000100 | 0 | 110101 | 101101 | 10000101 | 110011 | 100100 |
Color Harmonies of #2D8C42
Complementary color
Monochromatic Colors of #2D8C42
Black with #2D8C42
Text Example
Text Example
White with #2D8C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8C42; }
p { color: rgb(45,140,66); }
H1.HeaderClassName
{
color: #2D8C42;
}
.AnyTagClassName
{
color: #2D8C42;
}
</style>
background-color css
<style>
a { background-color: #2D8C42; }
a { background-color: rgb(45,140,66); }
div.DivClassName
{
background-color: #2D8C42;
}
.BgClassName
{
background-color: #2D8C42;
}
</style>
border-color css
<style>
span { border-color: #2D8C42; }
span { border-color: rgb(45,140,66); }
td.TdClassName
{
border-color: #2D8C42;
}
.TagClassName
{
border-color: #2D8C42;
}
</style>