Shades of Sea Green #2B7C5D
Tints of Sea Green #2B7C5D
RGB
CMYK
RGB Variations
Color information
#2B7C5D (or 0x2B7C5D) is known color: Sea Green. HEX triplet: 2B, 7C and 5D. RGB value is (43,124,93). Sum of RGB (Red+Green+Blue) = 43+124+93=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 124 (48.83% from 255 or 47.69% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 124 - color contains mainly: green. Hex color #2B7C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7C5D is #D483A2. Grayscale: #606060. Windows color (decimal): -13927331 or 6126635. OLE color: 6126635.
HSL color Cylindrical-coordinate representation of color #2B7C5D: hue angle of 157.04º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B7C5D is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 124 | 93 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.51 |
| HSL | 157.04º | 0.49% | 0.33% | - |
| HSV(B) | 157.04º | 0.65% | 0.49% | - |
| XYZ | 10.18 | 15.72 | 12.85 | - |
| YUV | 96.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 124 | 93 | 0.65 | 0 | 0.25 | 0.51 | 157.04 | 0.49 | 0.33 |
| Hex | 2B | 7C | 5D | 41 | 0 | 19 | 33 | 9D | 31 | 21 |
| Octal | 53 | 174 | 135 | 101 | 0 | 31 | 63 | 235 | 61 | 41 |
| Binary | 101011 | 1111100 | 1011101 | 1000001 | 0 | 11001 | 110011 | 10011101 | 110001 | 100001 |
Color Harmonies of #2B7C5D
Complementary color
Monochromatic Colors of #2B7C5D
Black with #2B7C5D
Text Example
Text Example
White with #2B7C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7C5D; }
p { color: rgb(43,124,93); }
H1.HeaderClassName
{
color: #2B7C5D;
}
.AnyTagClassName
{
color: #2B7C5D;
}
</style>
background-color css
<style>
a { background-color: #2B7C5D; }
a { background-color: rgb(43,124,93); }
div.DivClassName
{
background-color: #2B7C5D;
}
.BgClassName
{
background-color: #2B7C5D;
}
</style>
border-color css
<style>
span { border-color: #2B7C5D; }
span { border-color: rgb(43,124,93); }
td.TdClassName
{
border-color: #2B7C5D;
}
.TagClassName
{
border-color: #2B7C5D;
}
</style>