Shades of Sea Green #2B8A58
Tints of Sea Green #2B8A58
RGB
CMYK
RGB Variations
Color information
#2B8A58 (or 0x2B8A58) is known color: Sea Green. HEX triplet: 2B, 8A and 58. RGB value is (43,138,88). Sum of RGB (Red+Green+Blue) = 43+138+88=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 138 (54.30% from 255 or 51.30% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 138 - color contains mainly: green. Hex color #2B8A58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8A58 is #D475A7. Grayscale: #686868. Windows color (decimal): -13923752 or 5802539. OLE color: 5802539.
HSL color Cylindrical-coordinate representation of color #2B8A58: hue angle of 148.42º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8A58 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 138 | 88 | - |
| CMYK | 0.69 | 0 | 0.36 | 0.46 |
| HSL | 148.42º | 0.52% | 0.35% | - |
| HSV(B) | 148.42º | 0.69% | 0.54% | - |
| XYZ | 11.85 | 19.4 | 12.35 | - |
| YUV | 103.9 | 119.03 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 138 | 88 | 0.69 | 0 | 0.36 | 0.46 | 148.42 | 0.52 | 0.35 |
| Hex | 2B | 8A | 58 | 45 | 0 | 24 | 2E | 94 | 34 | 23 |
| Octal | 53 | 212 | 130 | 105 | 0 | 44 | 56 | 224 | 64 | 43 |
| Binary | 101011 | 10001010 | 1011000 | 1000101 | 0 | 100100 | 101110 | 10010100 | 110100 | 100011 |
Color Harmonies of #2B8A58
Complementary color
Monochromatic Colors of #2B8A58
Black with #2B8A58
Text Example
Text Example
White with #2B8A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8A58; }
p { color: rgb(43,138,88); }
H1.HeaderClassName
{
color: #2B8A58;
}
.AnyTagClassName
{
color: #2B8A58;
}
</style>
background-color css
<style>
a { background-color: #2B8A58; }
a { background-color: rgb(43,138,88); }
div.DivClassName
{
background-color: #2B8A58;
}
.BgClassName
{
background-color: #2B8A58;
}
</style>
border-color css
<style>
span { border-color: #2B8A58; }
span { border-color: rgb(43,138,88); }
td.TdClassName
{
border-color: #2B8A58;
}
.TagClassName
{
border-color: #2B8A58;
}
</style>