Shades of Sea Green #2B8B5A
Tints of Sea Green #2B8B5A
RGB
CMYK
RGB Variations
Color information
#2B8B5A (or 0x2B8B5A) is known color: Sea Green. HEX triplet: 2B, 8B and 5A. RGB value is (43,139,90). Sum of RGB (Red+Green+Blue) = 43+139+90=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 139 (54.69% from 255 or 51.10% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 139 - color contains mainly: green. Hex color #2B8B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8B5A is #D474A5. Grayscale: #686868. Windows color (decimal): -13923494 or 5933867. OLE color: 5933867.
HSL color Cylindrical-coordinate representation of color #2B8B5A: hue angle of 149.38º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8B5A is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 139 | 90 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.45 |
| HSL | 149.38º | 0.53% | 0.36% | - |
| HSV(B) | 149.38º | 0.69% | 0.55% | - |
| XYZ | 12.07 | 19.72 | 12.84 | - |
| YUV | 104.71 | 119.7 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 139 | 90 | 0.69 | 0 | 0.35 | 0.45 | 149.38 | 0.53 | 0.36 |
| Hex | 2B | 8B | 5A | 45 | 0 | 23 | 2D | 95 | 35 | 24 |
| Octal | 53 | 213 | 132 | 105 | 0 | 43 | 55 | 225 | 65 | 44 |
| Binary | 101011 | 10001011 | 1011010 | 1000101 | 0 | 100011 | 101101 | 10010101 | 110101 | 100100 |
Color Harmonies of #2B8B5A
Complementary color
Monochromatic Colors of #2B8B5A
Black with #2B8B5A
Text Example
Text Example
White with #2B8B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8B5A; }
p { color: rgb(43,139,90); }
H1.HeaderClassName
{
color: #2B8B5A;
}
.AnyTagClassName
{
color: #2B8B5A;
}
</style>
background-color css
<style>
a { background-color: #2B8B5A; }
a { background-color: rgb(43,139,90); }
div.DivClassName
{
background-color: #2B8B5A;
}
.BgClassName
{
background-color: #2B8B5A;
}
</style>
border-color css
<style>
span { border-color: #2B8B5A; }
span { border-color: rgb(43,139,90); }
td.TdClassName
{
border-color: #2B8B5A;
}
.TagClassName
{
border-color: #2B8B5A;
}
</style>