Shades of Sea Green #2B7F50
Tints of Sea Green #2B7F50
RGB
CMYK
RGB Variations
Color information
#2B7F50 (or 0x2B7F50) is known color: Sea Green. HEX triplet: 2B, 7F and 50. RGB value is (43,127,80). Sum of RGB (Red+Green+Blue) = 43+127+80=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 127 (50% from 255 or 50.8% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7F50 is #D480AF. Grayscale: #606060. Windows color (decimal): -13926576 or 5275435. OLE color: 5275435.
HSL color Cylindrical-coordinate representation of color #2B7F50: hue angle of 146.43º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7F50 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 127 | 80 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.50 |
| HSL | 146.43º | 0.49% | 0.33% | - |
| HSV(B) | 146.43º | 0.66% | 0.5% | - |
| XYZ | 10.03 | 16.27 | 10.2 | - |
| YUV | 96.53 | 118.67 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 127 | 80 | 0.66 | 0 | 0.37 | 0.50 | 146.43 | 0.49 | 0.33 |
| Hex | 2B | 7F | 50 | 42 | 0 | 25 | 32 | 92 | 31 | 21 |
| Octal | 53 | 177 | 120 | 102 | 0 | 45 | 62 | 222 | 61 | 41 |
| Binary | 101011 | 1111111 | 1010000 | 1000010 | 0 | 100101 | 110010 | 10010010 | 110001 | 100001 |
Color Harmonies of #2B7F50
Complementary color
Monochromatic Colors of #2B7F50
Black with #2B7F50
Text Example
Text Example
White with #2B7F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7F50; }
p { color: rgb(43,127,80); }
H1.HeaderClassName
{
color: #2B7F50;
}
.AnyTagClassName
{
color: #2B7F50;
}
</style>
background-color css
<style>
a { background-color: #2B7F50; }
a { background-color: rgb(43,127,80); }
div.DivClassName
{
background-color: #2B7F50;
}
.BgClassName
{
background-color: #2B7F50;
}
</style>
border-color css
<style>
span { border-color: #2B7F50; }
span { border-color: rgb(43,127,80); }
td.TdClassName
{
border-color: #2B7F50;
}
.TagClassName
{
border-color: #2B7F50;
}
</style>