Shades of Sea Green #2B7F51
Tints of Sea Green #2B7F51
RGB
CMYK
RGB Variations
Color information
#2B7F51 (or 0x2B7F51) is known color: Sea Green. HEX triplet: 2B, 7F and 51. RGB value is (43,127,81). Sum of RGB (Red+Green+Blue) = 43+127+81=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 127 (50% from 255 or 50.60% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7F51 is #D480AE. Grayscale: #606060. Windows color (decimal): -13926575 or 5340971. OLE color: 5340971.
HSL color Cylindrical-coordinate representation of color #2B7F51: hue angle of 147.14º 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 #2B7F51 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 127 | 81 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.50 |
| HSL | 147.14º | 0.49% | 0.33% | - |
| HSV(B) | 147.14º | 0.66% | 0.5% | - |
| XYZ | 10.07 | 16.29 | 10.4 | - |
| YUV | 96.64 | 119.17 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 127 | 81 | 0.66 | 0 | 0.36 | 0.50 | 147.14 | 0.49 | 0.33 |
| Hex | 2B | 7F | 51 | 42 | 0 | 24 | 32 | 93 | 31 | 21 |
| Octal | 53 | 177 | 121 | 102 | 0 | 44 | 62 | 223 | 61 | 41 |
| Binary | 101011 | 1111111 | 1010001 | 1000010 | 0 | 100100 | 110010 | 10010011 | 110001 | 100001 |
Color Harmonies of #2B7F51
Complementary color
Monochromatic Colors of #2B7F51
Black with #2B7F51
Text Example
Text Example
White with #2B7F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7F51; }
p { color: rgb(43,127,81); }
H1.HeaderClassName
{
color: #2B7F51;
}
.AnyTagClassName
{
color: #2B7F51;
}
</style>
background-color css
<style>
a { background-color: #2B7F51; }
a { background-color: rgb(43,127,81); }
div.DivClassName
{
background-color: #2B7F51;
}
.BgClassName
{
background-color: #2B7F51;
}
</style>
border-color css
<style>
span { border-color: #2B7F51; }
span { border-color: rgb(43,127,81); }
td.TdClassName
{
border-color: #2B7F51;
}
.TagClassName
{
border-color: #2B7F51;
}
</style>