Shades of Sea Green #2B875A
Tints of Sea Green #2B875A
RGB
CMYK
RGB Variations
Color information
#2B875A (or 0x2B875A) is known color: Sea Green. HEX triplet: 2B, 87 and 5A. RGB value is (43,135,90). Sum of RGB (Red+Green+Blue) = 43+135+90=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #2B875A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B875A is #D478A5. Grayscale: #666666. Windows color (decimal): -13924518 or 5932843. OLE color: 5932843.
HSL color Cylindrical-coordinate representation of color #2B875A: hue angle of 150.65º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B875A is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 135 | 90 | - |
| CMYK | 0.68 | 0 | 0.33 | 0.47 |
| HSL | 150.65º | 0.52% | 0.35% | - |
| HSV(B) | 150.65º | 0.68% | 0.53% | - |
| XYZ | 11.51 | 18.58 | 12.65 | - |
| YUV | 102.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 135 | 90 | 0.68 | 0 | 0.33 | 0.47 | 150.65 | 0.52 | 0.35 |
| Hex | 2B | 87 | 5A | 44 | 0 | 21 | 2F | 97 | 34 | 23 |
| Octal | 53 | 207 | 132 | 104 | 0 | 41 | 57 | 227 | 64 | 43 |
| Binary | 101011 | 10000111 | 1011010 | 1000100 | 0 | 100001 | 101111 | 10010111 | 110100 | 100011 |
Color Harmonies of #2B875A
Complementary color
Monochromatic Colors of #2B875A
Black with #2B875A
Text Example
Text Example
White with #2B875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B875A; }
p { color: rgb(43,135,90); }
H1.HeaderClassName
{
color: #2B875A;
}
.AnyTagClassName
{
color: #2B875A;
}
</style>
background-color css
<style>
a { background-color: #2B875A; }
a { background-color: rgb(43,135,90); }
div.DivClassName
{
background-color: #2B875A;
}
.BgClassName
{
background-color: #2B875A;
}
</style>
border-color css
<style>
span { border-color: #2B875A; }
span { border-color: rgb(43,135,90); }
td.TdClassName
{
border-color: #2B875A;
}
.TagClassName
{
border-color: #2B875A;
}
</style>