Shades of Sea Green #2D8A5C
Tints of Sea Green #2D8A5C
RGB
CMYK
RGB Variations
Color information
#2D8A5C (or 0x2D8A5C) is known color: Sea Green. HEX triplet: 2D, 8A and 5C. RGB value is (45,138,92). Sum of RGB (Red+Green+Blue) = 45+138+92=275 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.36% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #2D8A5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8A5C is #D275A3. Grayscale: #696969. Windows color (decimal): -13792676 or 6064685. OLE color: 6064685.
HSL color Cylindrical-coordinate representation of color #2D8A5C: hue angle of 150.32º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8A5C is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 138 | 92 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.46 |
| HSL | 150.32º | 0.51% | 0.36% | - |
| HSV(B) | 150.32º | 0.67% | 0.54% | - |
| XYZ | 12.1 | 19.51 | 13.25 | - |
| YUV | 104.95 | 120.69 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 138 | 92 | 0.67 | 0 | 0.33 | 0.46 | 150.32 | 0.51 | 0.36 |
| Hex | 2D | 8A | 5C | 43 | 0 | 21 | 2E | 96 | 33 | 24 |
| Octal | 55 | 212 | 134 | 103 | 0 | 41 | 56 | 226 | 63 | 44 |
| Binary | 101101 | 10001010 | 1011100 | 1000011 | 0 | 100001 | 101110 | 10010110 | 110011 | 100100 |
Color Harmonies of #2D8A5C
Complementary color
Monochromatic Colors of #2D8A5C
Black with #2D8A5C
Text Example
Text Example
White with #2D8A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8A5C; }
p { color: rgb(45,138,92); }
H1.HeaderClassName
{
color: #2D8A5C;
}
.AnyTagClassName
{
color: #2D8A5C;
}
</style>
background-color css
<style>
a { background-color: #2D8A5C; }
a { background-color: rgb(45,138,92); }
div.DivClassName
{
background-color: #2D8A5C;
}
.BgClassName
{
background-color: #2D8A5C;
}
</style>
border-color css
<style>
span { border-color: #2D8A5C; }
span { border-color: rgb(45,138,92); }
td.TdClassName
{
border-color: #2D8A5C;
}
.TagClassName
{
border-color: #2D8A5C;
}
</style>