Shades of Sea Green #2A7E58
Tints of Sea Green #2A7E58
RGB
CMYK
RGB Variations
Color information
#2A7E58 (or 0x2A7E58) is known color: Sea Green. HEX triplet: 2A, 7E and 58. RGB value is (42,126,88). Sum of RGB (Red+Green+Blue) = 42+126+88=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 126 (49.61% from 255 or 49.22% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 126 - color contains mainly: green. Hex color #2A7E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7E58 is #D581A7. Grayscale: #606060. Windows color (decimal): -13992360 or 5799466. OLE color: 5799466.
HSL color Cylindrical-coordinate representation of color #2A7E58: hue angle of 152.86º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A7E58 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 126 | 88 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.51 |
| HSL | 152.86º | 0.5% | 0.33% | - |
| HSV(B) | 152.86º | 0.67% | 0.49% | - |
| XYZ | 10.18 | 16.12 | 11.81 | - |
| YUV | 96.55 | 123.17 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 126 | 88 | 0.67 | 0 | 0.30 | 0.51 | 152.86 | 0.5 | 0.33 |
| Hex | 2A | 7E | 58 | 43 | 0 | 1E | 33 | 99 | 32 | 21 |
| Octal | 52 | 176 | 130 | 103 | 0 | 36 | 63 | 231 | 62 | 41 |
| Binary | 101010 | 1111110 | 1011000 | 1000011 | 0 | 11110 | 110011 | 10011001 | 110010 | 100001 |
Color Harmonies of #2A7E58
Complementary color
Monochromatic Colors of #2A7E58
Black with #2A7E58
Text Example
Text Example
White with #2A7E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7E58; }
p { color: rgb(42,126,88); }
H1.HeaderClassName
{
color: #2A7E58;
}
.AnyTagClassName
{
color: #2A7E58;
}
</style>
background-color css
<style>
a { background-color: #2A7E58; }
a { background-color: rgb(42,126,88); }
div.DivClassName
{
background-color: #2A7E58;
}
.BgClassName
{
background-color: #2A7E58;
}
</style>
border-color css
<style>
span { border-color: #2A7E58; }
span { border-color: rgb(42,126,88); }
td.TdClassName
{
border-color: #2A7E58;
}
.TagClassName
{
border-color: #2A7E58;
}
</style>