Shades of Sea Green #2E7F5C
Tints of Sea Green #2E7F5C
RGB
CMYK
RGB Variations
Color information
#2E7F5C (or 0x2E7F5C) is known color: Sea Green. HEX triplet: 2E, 7F and 5C. RGB value is (46,127,92). Sum of RGB (Red+Green+Blue) = 46+127+92=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 127 (50% from 255 or 47.92% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7F5C is #D180A3. Grayscale: #626262. Windows color (decimal): -13729956 or 6061870. OLE color: 6061870.
HSL color Cylindrical-coordinate representation of color #2E7F5C: hue angle of 154.07º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E7F5C is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 127 | 92 | - |
| CMYK | 0.64 | 0 | 0.28 | 0.50 |
| HSL | 154.07º | 0.47% | 0.34% | - |
| HSV(B) | 154.07º | 0.64% | 0.5% | - |
| XYZ | 10.65 | 16.53 | 12.76 | - |
| YUV | 98.79 | 124.16 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 127 | 92 | 0.64 | 0 | 0.28 | 0.50 | 154.07 | 0.47 | 0.34 |
| Hex | 2E | 7F | 5C | 40 | 0 | 1C | 32 | 9A | 2F | 22 |
| Octal | 56 | 177 | 134 | 100 | 0 | 34 | 62 | 232 | 57 | 42 |
| Binary | 101110 | 1111111 | 1011100 | 1000000 | 0 | 11100 | 110010 | 10011010 | 101111 | 100010 |
Color Harmonies of #2E7F5C
Complementary color
Monochromatic Colors of #2E7F5C
Black with #2E7F5C
Text Example
Text Example
White with #2E7F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7F5C; }
p { color: rgb(46,127,92); }
H1.HeaderClassName
{
color: #2E7F5C;
}
.AnyTagClassName
{
color: #2E7F5C;
}
</style>
background-color css
<style>
a { background-color: #2E7F5C; }
a { background-color: rgb(46,127,92); }
div.DivClassName
{
background-color: #2E7F5C;
}
.BgClassName
{
background-color: #2E7F5C;
}
</style>
border-color css
<style>
span { border-color: #2E7F5C; }
span { border-color: rgb(46,127,92); }
td.TdClassName
{
border-color: #2E7F5C;
}
.TagClassName
{
border-color: #2E7F5C;
}
</style>