Shades of Sea Green #2B9953
Tints of Sea Green #2B9953
RGB
CMYK
RGB Variations
Color information
#2B9953 (or 0x2B9953) is known color: Sea Green. HEX triplet: 2B, 99 and 53. RGB value is (43,153,83). Sum of RGB (Red+Green+Blue) = 43+153+83=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 153 (60.16% from 255 or 54.84% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 153 - color contains mainly: green. Hex color #2B9953 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9953 is #D466AC. Grayscale: #707070. Windows color (decimal): -13919917 or 5478699. OLE color: 5478699.
HSL color Cylindrical-coordinate representation of color #2B9953: hue angle of 141.82º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9953 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 153 | 83 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.4 |
| HSL | 141.82º | 0.56% | 0.38% | - |
| HSV(B) | 141.82º | 0.72% | 0.6% | - |
| XYZ | 13.95 | 23.92 | 12.07 | - |
| YUV | 112.13 | 111.56 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 153 | 83 | 0.72 | 0 | 0.46 | 0.4 | 141.82 | 0.56 | 0.38 |
| Hex | 2B | 99 | 53 | 48 | 0 | 2E | 28 | 8E | 38 | 26 |
| Octal | 53 | 231 | 123 | 110 | 0 | 56 | 50 | 216 | 70 | 46 |
| Binary | 101011 | 10011001 | 1010011 | 1001000 | 0 | 101110 | 101000 | 10001110 | 111000 | 100110 |
Color Harmonies of #2B9953
Complementary color
Monochromatic Colors of #2B9953
Black with #2B9953
Text Example
Text Example
White with #2B9953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9953; }
p { color: rgb(43,153,83); }
H1.HeaderClassName
{
color: #2B9953;
}
.AnyTagClassName
{
color: #2B9953;
}
</style>
background-color css
<style>
a { background-color: #2B9953; }
a { background-color: rgb(43,153,83); }
div.DivClassName
{
background-color: #2B9953;
}
.BgClassName
{
background-color: #2B9953;
}
</style>
border-color css
<style>
span { border-color: #2B9953; }
span { border-color: rgb(43,153,83); }
td.TdClassName
{
border-color: #2B9953;
}
.TagClassName
{
border-color: #2B9953;
}
</style>