Shades of Sea Green #2D8C5C
Tints of Sea Green #2D8C5C
RGB
CMYK
RGB Variations
Color information
#2D8C5C (or 0x2D8C5C) is known color: Sea Green. HEX triplet: 2D, 8C and 5C. RGB value is (45,140,92). Sum of RGB (Red+Green+Blue) = 45+140+92=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 140 (55.08% from 255 or 50.54% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 140 - color contains mainly: green. Hex color #2D8C5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8C5C is #D273A3. Grayscale: #6A6A6A. Windows color (decimal): -13792164 or 6065197. OLE color: 6065197.
HSL color Cylindrical-coordinate representation of color #2D8C5C: hue angle of 149.68º 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 #2D8C5C is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 140 | 92 | - |
| CMYK | 0.68 | 0 | 0.34 | 0.45 |
| HSL | 149.68º | 0.51% | 0.36% | - |
| HSV(B) | 149.68º | 0.68% | 0.55% | - |
| XYZ | 12.39 | 20.09 | 13.35 | - |
| YUV | 106.12 | 120.03 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 140 | 92 | 0.68 | 0 | 0.34 | 0.45 | 149.68 | 0.51 | 0.36 |
| Hex | 2D | 8C | 5C | 44 | 0 | 22 | 2D | 96 | 33 | 24 |
| Octal | 55 | 214 | 134 | 104 | 0 | 42 | 55 | 226 | 63 | 44 |
| Binary | 101101 | 10001100 | 1011100 | 1000100 | 0 | 100010 | 101101 | 10010110 | 110011 | 100100 |
Color Harmonies of #2D8C5C
Complementary color
Monochromatic Colors of #2D8C5C
Black with #2D8C5C
Text Example
Text Example
White with #2D8C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8C5C; }
p { color: rgb(45,140,92); }
H1.HeaderClassName
{
color: #2D8C5C;
}
.AnyTagClassName
{
color: #2D8C5C;
}
</style>
background-color css
<style>
a { background-color: #2D8C5C; }
a { background-color: rgb(45,140,92); }
div.DivClassName
{
background-color: #2D8C5C;
}
.BgClassName
{
background-color: #2D8C5C;
}
</style>
border-color css
<style>
span { border-color: #2D8C5C; }
span { border-color: rgb(45,140,92); }
td.TdClassName
{
border-color: #2D8C5C;
}
.TagClassName
{
border-color: #2D8C5C;
}
</style>