Shades of Sea Green #2B845A
Tints of Sea Green #2B845A
RGB
CMYK
RGB Variations
Color information
#2B845A (or 0x2B845A) is known color: Sea Green. HEX triplet: 2B, 84 and 5A. RGB value is (43,132,90). Sum of RGB (Red+Green+Blue) = 43+132+90=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #2B845A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B845A is #D47BA5. Grayscale: #646464. Windows color (decimal): -13925286 or 5932075. OLE color: 5932075.
HSL color Cylindrical-coordinate representation of color #2B845A: hue angle of 151.69º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B845A is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 90 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.48 |
| HSL | 151.69º | 0.51% | 0.34% | - |
| HSV(B) | 151.69º | 0.67% | 0.52% | - |
| XYZ | 11.09 | 17.75 | 12.52 | - |
| YUV | 100.6 | 122.01 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 90 | 0.67 | 0 | 0.32 | 0.48 | 151.69 | 0.51 | 0.34 |
| Hex | 2B | 84 | 5A | 43 | 0 | 20 | 30 | 98 | 33 | 22 |
| Octal | 53 | 204 | 132 | 103 | 0 | 40 | 60 | 230 | 63 | 42 |
| Binary | 101011 | 10000100 | 1011010 | 1000011 | 0 | 100000 | 110000 | 10011000 | 110011 | 100010 |
Color Harmonies of #2B845A
Complementary color
Monochromatic Colors of #2B845A
Black with #2B845A
Text Example
Text Example
White with #2B845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B845A; }
p { color: rgb(43,132,90); }
H1.HeaderClassName
{
color: #2B845A;
}
.AnyTagClassName
{
color: #2B845A;
}
</style>
background-color css
<style>
a { background-color: #2B845A; }
a { background-color: rgb(43,132,90); }
div.DivClassName
{
background-color: #2B845A;
}
.BgClassName
{
background-color: #2B845A;
}
</style>
border-color css
<style>
span { border-color: #2B845A; }
span { border-color: rgb(43,132,90); }
td.TdClassName
{
border-color: #2B845A;
}
.TagClassName
{
border-color: #2B845A;
}
</style>