Shades of Sea Green #2B7E58
Tints of Sea Green #2B7E58
RGB
CMYK
RGB Variations
Color information
#2B7E58 (or 0x2B7E58) is known color: Sea Green. HEX triplet: 2B, 7E and 58. RGB value is (43,126,88). Sum of RGB (Red+Green+Blue) = 43+126+88=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 126 (49.61% from 255 or 49.03% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 126 - color contains mainly: green. Hex color #2B7E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7E58 is #D481A7. Grayscale: #606060. Windows color (decimal): -13926824 or 5799467. OLE color: 5799467.
HSL color Cylindrical-coordinate representation of color #2B7E58: hue angle of 152.53º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7E58 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 126 | 88 | - |
| CMYK | 0.66 | 0 | 0.30 | 0.51 |
| HSL | 152.53º | 0.49% | 0.33% | - |
| HSV(B) | 152.53º | 0.66% | 0.49% | - |
| XYZ | 10.22 | 16.14 | 11.81 | - |
| YUV | 96.85 | 123 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 126 | 88 | 0.66 | 0 | 0.30 | 0.51 | 152.53 | 0.49 | 0.33 |
| Hex | 2B | 7E | 58 | 42 | 0 | 1E | 33 | 99 | 31 | 21 |
| Octal | 53 | 176 | 130 | 102 | 0 | 36 | 63 | 231 | 61 | 41 |
| Binary | 101011 | 1111110 | 1011000 | 1000010 | 0 | 11110 | 110011 | 10011001 | 110001 | 100001 |
Color Harmonies of #2B7E58
Complementary color
Monochromatic Colors of #2B7E58
Black with #2B7E58
Text Example
Text Example
White with #2B7E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7E58; }
p { color: rgb(43,126,88); }
H1.HeaderClassName
{
color: #2B7E58;
}
.AnyTagClassName
{
color: #2B7E58;
}
</style>
background-color css
<style>
a { background-color: #2B7E58; }
a { background-color: rgb(43,126,88); }
div.DivClassName
{
background-color: #2B7E58;
}
.BgClassName
{
background-color: #2B7E58;
}
</style>
border-color css
<style>
span { border-color: #2B7E58; }
span { border-color: rgb(43,126,88); }
td.TdClassName
{
border-color: #2B7E58;
}
.TagClassName
{
border-color: #2B7E58;
}
</style>