Shades of Sea Green #2B7D5E
Tints of Sea Green #2B7D5E
RGB
CMYK
RGB Variations
Color information
#2B7D5E (or 0x2B7D5E) is known color: Sea Green. HEX triplet: 2B, 7D and 5E. RGB value is (43,125,94). Sum of RGB (Red+Green+Blue) = 43+125+94=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 125 (49.22% from 255 or 47.71% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 125 - color contains mainly: green. Hex color #2B7D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7D5E is #D482A1. Grayscale: #606060. Windows color (decimal): -13927074 or 6192427. OLE color: 6192427.
HSL color Cylindrical-coordinate representation of color #2B7D5E: hue angle of 157.32º 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 #2B7D5E is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 125 | 94 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.51 |
| HSL | 157.32º | 0.49% | 0.33% | - |
| HSV(B) | 157.32º | 0.66% | 0.49% | - |
| XYZ | 10.35 | 15.99 | 13.13 | - |
| YUV | 96.95 | 126.33 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 125 | 94 | 0.66 | 0 | 0.25 | 0.51 | 157.32 | 0.49 | 0.33 |
| Hex | 2B | 7D | 5E | 42 | 0 | 19 | 33 | 9D | 31 | 21 |
| Octal | 53 | 175 | 136 | 102 | 0 | 31 | 63 | 235 | 61 | 41 |
| Binary | 101011 | 1111101 | 1011110 | 1000010 | 0 | 11001 | 110011 | 10011101 | 110001 | 100001 |
Color Harmonies of #2B7D5E
Complementary color
Monochromatic Colors of #2B7D5E
Black with #2B7D5E
Text Example
Text Example
White with #2B7D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7D5E; }
p { color: rgb(43,125,94); }
H1.HeaderClassName
{
color: #2B7D5E;
}
.AnyTagClassName
{
color: #2B7D5E;
}
</style>
background-color css
<style>
a { background-color: #2B7D5E; }
a { background-color: rgb(43,125,94); }
div.DivClassName
{
background-color: #2B7D5E;
}
.BgClassName
{
background-color: #2B7D5E;
}
</style>
border-color css
<style>
span { border-color: #2B7D5E; }
span { border-color: rgb(43,125,94); }
td.TdClassName
{
border-color: #2B7D5E;
}
.TagClassName
{
border-color: #2B7D5E;
}
</style>