Shades of Sea Green #2B904D
Tints of Sea Green #2B904D
RGB
CMYK
RGB Variations
Color information
#2B904D (or 0x2B904D) is known color: Sea Green. HEX triplet: 2B, 90 and 4D. RGB value is (43,144,77). Sum of RGB (Red+Green+Blue) = 43+144+77=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #2B904D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B904D is #D46FB2. Grayscale: #6A6A6A. Windows color (decimal): -13922227 or 5083179. OLE color: 5083179.
HSL color Cylindrical-coordinate representation of color #2B904D: hue angle of 140.2º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B904D is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 144 | 77 | - |
| CMYK | 0.70 | 0 | 0.47 | 0.44 |
| HSL | 140.2º | 0.54% | 0.37% | - |
| HSV(B) | 140.2º | 0.7% | 0.56% | - |
| XYZ | 12.31 | 21 | 10.43 | - |
| YUV | 106.16 | 111.54 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 144 | 77 | 0.70 | 0 | 0.47 | 0.44 | 140.2 | 0.54 | 0.37 |
| Hex | 2B | 90 | 4D | 46 | 0 | 2F | 2C | 8C | 36 | 25 |
| Octal | 53 | 220 | 115 | 106 | 0 | 57 | 54 | 214 | 66 | 45 |
| Binary | 101011 | 10010000 | 1001101 | 1000110 | 0 | 101111 | 101100 | 10001100 | 110110 | 100101 |
Color Harmonies of #2B904D
Complementary color
Monochromatic Colors of #2B904D
Black with #2B904D
Text Example
Text Example
White with #2B904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B904D; }
p { color: rgb(43,144,77); }
H1.HeaderClassName
{
color: #2B904D;
}
.AnyTagClassName
{
color: #2B904D;
}
</style>
background-color css
<style>
a { background-color: #2B904D; }
a { background-color: rgb(43,144,77); }
div.DivClassName
{
background-color: #2B904D;
}
.BgClassName
{
background-color: #2B904D;
}
</style>
border-color css
<style>
span { border-color: #2B904D; }
span { border-color: rgb(43,144,77); }
td.TdClassName
{
border-color: #2B904D;
}
.TagClassName
{
border-color: #2B904D;
}
</style>