Shades of Sea Green #2B7D58
Tints of Sea Green #2B7D58
RGB
CMYK
RGB Variations
Color information
#2B7D58 (or 0x2B7D58) is known color: Sea Green. HEX triplet: 2B, 7D and 58. RGB value is (43,125,88). Sum of RGB (Red+Green+Blue) = 43+125+88=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 125 (49.22% from 255 or 48.83% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 125 - color contains mainly: green. Hex color #2B7D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7D58 is #D482A7. Grayscale: #606060. Windows color (decimal): -13927080 or 5799211. OLE color: 5799211.
HSL color Cylindrical-coordinate representation of color #2B7D58: hue angle of 152.93º 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 #2B7D58 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 125 | 88 | - |
| CMYK | 0.66 | 0 | 0.30 | 0.51 |
| HSL | 152.93º | 0.49% | 0.33% | - |
| HSV(B) | 152.93º | 0.66% | 0.49% | - |
| XYZ | 10.09 | 15.89 | 11.77 | - |
| YUV | 96.26 | 123.33 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 125 | 88 | 0.66 | 0 | 0.30 | 0.51 | 152.93 | 0.49 | 0.33 |
| Hex | 2B | 7D | 58 | 42 | 0 | 1E | 33 | 99 | 31 | 21 |
| Octal | 53 | 175 | 130 | 102 | 0 | 36 | 63 | 231 | 61 | 41 |
| Binary | 101011 | 1111101 | 1011000 | 1000010 | 0 | 11110 | 110011 | 10011001 | 110001 | 100001 |
Color Harmonies of #2B7D58
Complementary color
Monochromatic Colors of #2B7D58
Black with #2B7D58
Text Example
Text Example
White with #2B7D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7D58; }
p { color: rgb(43,125,88); }
H1.HeaderClassName
{
color: #2B7D58;
}
.AnyTagClassName
{
color: #2B7D58;
}
</style>
background-color css
<style>
a { background-color: #2B7D58; }
a { background-color: rgb(43,125,88); }
div.DivClassName
{
background-color: #2B7D58;
}
.BgClassName
{
background-color: #2B7D58;
}
</style>
border-color css
<style>
span { border-color: #2B7D58; }
span { border-color: rgb(43,125,88); }
td.TdClassName
{
border-color: #2B7D58;
}
.TagClassName
{
border-color: #2B7D58;
}
</style>