Shades of Sea Green #2D874A
Tints of Sea Green #2D874A
RGB
CMYK
RGB Variations
Color information
#2D874A (or 0x2D874A) is known color: Sea Green. HEX triplet: 2D, 87 and 4A. RGB value is (45,135,74). Sum of RGB (Red+Green+Blue) = 45+135+74=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #2D874A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D874A is #D278B5. Grayscale: #656565. Windows color (decimal): -13793462 or 4884269. OLE color: 4884269.
HSL color Cylindrical-coordinate representation of color #2D874A: hue angle of 139.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D874A is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 135 | 74 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.47 |
| HSL | 139.33º | 0.5% | 0.35% | - |
| HSV(B) | 139.33º | 0.67% | 0.53% | - |
| XYZ | 10.98 | 18.38 | 9.45 | - |
| YUV | 101.14 | 112.68 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 135 | 74 | 0.67 | 0 | 0.45 | 0.47 | 139.33 | 0.5 | 0.35 |
| Hex | 2D | 87 | 4A | 43 | 0 | 2D | 2F | 8B | 32 | 23 |
| Octal | 55 | 207 | 112 | 103 | 0 | 55 | 57 | 213 | 62 | 43 |
| Binary | 101101 | 10000111 | 1001010 | 1000011 | 0 | 101101 | 101111 | 10001011 | 110010 | 100011 |
Color Harmonies of #2D874A
Complementary color
Monochromatic Colors of #2D874A
Black with #2D874A
Text Example
Text Example
White with #2D874A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D874A; }
p { color: rgb(45,135,74); }
H1.HeaderClassName
{
color: #2D874A;
}
.AnyTagClassName
{
color: #2D874A;
}
</style>
background-color css
<style>
a { background-color: #2D874A; }
a { background-color: rgb(45,135,74); }
div.DivClassName
{
background-color: #2D874A;
}
.BgClassName
{
background-color: #2D874A;
}
</style>
border-color css
<style>
span { border-color: #2D874A; }
span { border-color: rgb(45,135,74); }
td.TdClassName
{
border-color: #2D874A;
}
.TagClassName
{
border-color: #2D874A;
}
</style>