Shades of Sea Green #2B9A4D
Tints of Sea Green #2B9A4D
RGB
CMYK
RGB Variations
Color information
#2B9A4D (or 0x2B9A4D) is known color: Sea Green. HEX triplet: 2B, 9A and 4D. RGB value is (43,154,77). Sum of RGB (Red+Green+Blue) = 43+154+77=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 154 (60.55% from 255 or 56.20% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 154 - color contains mainly: green. Hex color #2B9A4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9A4D is #D465B2. Grayscale: #707070. Windows color (decimal): -13919667 or 5085739. OLE color: 5085739.
HSL color Cylindrical-coordinate representation of color #2B9A4D: hue angle of 138.38º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9A4D is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 154 | 77 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.40 |
| HSL | 138.38º | 0.56% | 0.39% | - |
| HSV(B) | 138.38º | 0.72% | 0.6% | - |
| XYZ | 13.89 | 24.16 | 10.95 | - |
| YUV | 112.03 | 108.23 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 154 | 77 | 0.72 | 0 | 0.50 | 0.40 | 138.38 | 0.56 | 0.39 |
| Hex | 2B | 9A | 4D | 48 | 0 | 32 | 28 | 8A | 38 | 27 |
| Octal | 53 | 232 | 115 | 110 | 0 | 62 | 50 | 212 | 70 | 47 |
| Binary | 101011 | 10011010 | 1001101 | 1001000 | 0 | 110010 | 101000 | 10001010 | 111000 | 100111 |
Color Harmonies of #2B9A4D
Complementary color
Monochromatic Colors of #2B9A4D
Black with #2B9A4D
Text Example
Text Example
White with #2B9A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9A4D; }
p { color: rgb(43,154,77); }
H1.HeaderClassName
{
color: #2B9A4D;
}
.AnyTagClassName
{
color: #2B9A4D;
}
</style>
background-color css
<style>
a { background-color: #2B9A4D; }
a { background-color: rgb(43,154,77); }
div.DivClassName
{
background-color: #2B9A4D;
}
.BgClassName
{
background-color: #2B9A4D;
}
</style>
border-color css
<style>
span { border-color: #2B9A4D; }
span { border-color: rgb(43,154,77); }
td.TdClassName
{
border-color: #2B9A4D;
}
.TagClassName
{
border-color: #2B9A4D;
}
</style>