Shades of Sea Green #2E8F5C
Tints of Sea Green #2E8F5C
RGB
CMYK
RGB Variations
Color information
#2E8F5C (or 0x2E8F5C) is known color: Sea Green. HEX triplet: 2E, 8F and 5C. RGB value is (46,143,92). Sum of RGB (Red+Green+Blue) = 46+143+92=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 143 (56.25% from 255 or 50.89% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 143 - color contains mainly: green. Hex color #2E8F5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8F5C is #D170A3. Grayscale: #6C6C6C. Windows color (decimal): -13725860 or 6065966. OLE color: 6065966.
HSL color Cylindrical-coordinate representation of color #2E8F5C: hue angle of 148.45º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E8F5C is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 143 | 92 | - |
| CMYK | 0.68 | 0 | 0.36 | 0.44 |
| HSL | 148.45º | 0.51% | 0.37% | - |
| HSV(B) | 148.45º | 0.68% | 0.56% | - |
| XYZ | 12.88 | 21 | 13.5 | - |
| YUV | 108.18 | 118.86 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 143 | 92 | 0.68 | 0 | 0.36 | 0.44 | 148.45 | 0.51 | 0.37 |
| Hex | 2E | 8F | 5C | 44 | 0 | 24 | 2C | 94 | 33 | 25 |
| Octal | 56 | 217 | 134 | 104 | 0 | 44 | 54 | 224 | 63 | 45 |
| Binary | 101110 | 10001111 | 1011100 | 1000100 | 0 | 100100 | 101100 | 10010100 | 110011 | 100101 |
Color Harmonies of #2E8F5C
Complementary color
Monochromatic Colors of #2E8F5C
Black with #2E8F5C
Text Example
Text Example
White with #2E8F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8F5C; }
p { color: rgb(46,143,92); }
H1.HeaderClassName
{
color: #2E8F5C;
}
.AnyTagClassName
{
color: #2E8F5C;
}
</style>
background-color css
<style>
a { background-color: #2E8F5C; }
a { background-color: rgb(46,143,92); }
div.DivClassName
{
background-color: #2E8F5C;
}
.BgClassName
{
background-color: #2E8F5C;
}
</style>
border-color css
<style>
span { border-color: #2E8F5C; }
span { border-color: rgb(46,143,92); }
td.TdClassName
{
border-color: #2E8F5C;
}
.TagClassName
{
border-color: #2E8F5C;
}
</style>