Shades of Sea Green #2B9045
Tints of Sea Green #2B9045
RGB
CMYK
RGB Variations
Color information
#2B9045 (or 0x2B9045) is known color: Sea Green. HEX triplet: 2B, 90 and 45. RGB value is (43,144,69). Sum of RGB (Red+Green+Blue) = 43+144+69=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #2B9045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9045 is #D46FBA. Grayscale: #696969. Windows color (decimal): -13922235 or 4558891. OLE color: 4558891.
HSL color Cylindrical-coordinate representation of color #2B9045: hue angle of 135.45º 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 #2B9045 is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 144 | 69 | - |
| CMYK | 0.70 | 0 | 0.52 | 0.44 |
| HSL | 135.45º | 0.54% | 0.37% | - |
| HSV(B) | 135.45º | 0.7% | 0.56% | - |
| XYZ | 12.04 | 20.89 | 9.03 | - |
| YUV | 105.25 | 107.54 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 144 | 69 | 0.70 | 0 | 0.52 | 0.44 | 135.45 | 0.54 | 0.37 |
| Hex | 2B | 90 | 45 | 46 | 0 | 34 | 2C | 87 | 36 | 25 |
| Octal | 53 | 220 | 105 | 106 | 0 | 64 | 54 | 207 | 66 | 45 |
| Binary | 101011 | 10010000 | 1000101 | 1000110 | 0 | 110100 | 101100 | 10000111 | 110110 | 100101 |
Color Harmonies of #2B9045
Complementary color
Monochromatic Colors of #2B9045
Black with #2B9045
Text Example
Text Example
White with #2B9045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9045; }
p { color: rgb(43,144,69); }
H1.HeaderClassName
{
color: #2B9045;
}
.AnyTagClassName
{
color: #2B9045;
}
</style>
background-color css
<style>
a { background-color: #2B9045; }
a { background-color: rgb(43,144,69); }
div.DivClassName
{
background-color: #2B9045;
}
.BgClassName
{
background-color: #2B9045;
}
</style>
border-color css
<style>
span { border-color: #2B9045; }
span { border-color: rgb(43,144,69); }
td.TdClassName
{
border-color: #2B9045;
}
.TagClassName
{
border-color: #2B9045;
}
</style>