Shades of Sea Green #2B8C5A
Tints of Sea Green #2B8C5A
RGB
CMYK
RGB Variations
Color information
#2B8C5A (or 0x2B8C5A) is known color: Sea Green. HEX triplet: 2B, 8C and 5A. RGB value is (43,140,90). Sum of RGB (Red+Green+Blue) = 43+140+90=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 140 (55.08% from 255 or 51.28% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8C5A is #D473A5. Grayscale: #696969. Windows color (decimal): -13923238 or 5934123. OLE color: 5934123.
HSL color Cylindrical-coordinate representation of color #2B8C5A: hue angle of 149.07º 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 #2B8C5A is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 140 | 90 | - |
| CMYK | 0.69 | 0 | 0.36 | 0.45 |
| HSL | 149.07º | 0.53% | 0.36% | - |
| HSV(B) | 149.07º | 0.69% | 0.55% | - |
| XYZ | 12.22 | 20.01 | 12.89 | - |
| YUV | 105.3 | 119.36 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 140 | 90 | 0.69 | 0 | 0.36 | 0.45 | 149.07 | 0.53 | 0.36 |
| Hex | 2B | 8C | 5A | 45 | 0 | 24 | 2D | 95 | 35 | 24 |
| Octal | 53 | 214 | 132 | 105 | 0 | 44 | 55 | 225 | 65 | 44 |
| Binary | 101011 | 10001100 | 1011010 | 1000101 | 0 | 100100 | 101101 | 10010101 | 110101 | 100100 |
Color Harmonies of #2B8C5A
Complementary color
Monochromatic Colors of #2B8C5A
Black with #2B8C5A
Text Example
Text Example
White with #2B8C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8C5A; }
p { color: rgb(43,140,90); }
H1.HeaderClassName
{
color: #2B8C5A;
}
.AnyTagClassName
{
color: #2B8C5A;
}
</style>
background-color css
<style>
a { background-color: #2B8C5A; }
a { background-color: rgb(43,140,90); }
div.DivClassName
{
background-color: #2B8C5A;
}
.BgClassName
{
background-color: #2B8C5A;
}
</style>
border-color css
<style>
span { border-color: #2B8C5A; }
span { border-color: rgb(43,140,90); }
td.TdClassName
{
border-color: #2B8C5A;
}
.TagClassName
{
border-color: #2B8C5A;
}
</style>