Shades of Sea Green #2B9B4D
Tints of Sea Green #2B9B4D
RGB
CMYK
RGB Variations
Color information
#2B9B4D (or 0x2B9B4D) is known color: Sea Green. HEX triplet: 2B, 9B and 4D. RGB value is (43,155,77). Sum of RGB (Red+Green+Blue) = 43+155+77=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 155 (60.94% from 255 or 56.36% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 155 - color contains mainly: green. Hex color #2B9B4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9B4D is #D464B2. Grayscale: #707070. Windows color (decimal): -13919411 or 5085995. OLE color: 5085995.
HSL color Cylindrical-coordinate representation of color #2B9B4D: hue angle of 138.21º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9B4D is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 155 | 77 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.39 |
| HSL | 138.21º | 0.57% | 0.39% | - |
| HSV(B) | 138.21º | 0.72% | 0.61% | - |
| XYZ | 14.06 | 24.49 | 11.01 | - |
| YUV | 112.62 | 107.89 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 155 | 77 | 0.72 | 0 | 0.50 | 0.39 | 138.21 | 0.57 | 0.39 |
| Hex | 2B | 9B | 4D | 48 | 0 | 32 | 27 | 8A | 39 | 27 |
| Octal | 53 | 233 | 115 | 110 | 0 | 62 | 47 | 212 | 71 | 47 |
| Binary | 101011 | 10011011 | 1001101 | 1001000 | 0 | 110010 | 100111 | 10001010 | 111001 | 100111 |
Color Harmonies of #2B9B4D
Complementary color
Monochromatic Colors of #2B9B4D
Black with #2B9B4D
Text Example
Text Example
White with #2B9B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9B4D; }
p { color: rgb(43,155,77); }
H1.HeaderClassName
{
color: #2B9B4D;
}
.AnyTagClassName
{
color: #2B9B4D;
}
</style>
background-color css
<style>
a { background-color: #2B9B4D; }
a { background-color: rgb(43,155,77); }
div.DivClassName
{
background-color: #2B9B4D;
}
.BgClassName
{
background-color: #2B9B4D;
}
</style>
border-color css
<style>
span { border-color: #2B9B4D; }
span { border-color: rgb(43,155,77); }
td.TdClassName
{
border-color: #2B9B4D;
}
.TagClassName
{
border-color: #2B9B4D;
}
</style>