Shades of Sea Green #2B8C5F
Tints of Sea Green #2B8C5F
RGB
CMYK
RGB Variations
Color information
#2B8C5F (or 0x2B8C5F) is known color: Sea Green. HEX triplet: 2B, 8C and 5F. RGB value is (43,140,95). Sum of RGB (Red+Green+Blue) = 43+140+95=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 140 (55.08% from 255 or 50.36% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8C5F is #D473A0. Grayscale: #696969. Windows color (decimal): -13923233 or 6261803. OLE color: 6261803.
HSL color Cylindrical-coordinate representation of color #2B8C5F: hue angle of 152.16º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8C5F is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 140 | 95 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.45 |
| HSL | 152.16º | 0.53% | 0.36% | - |
| HSV(B) | 152.16º | 0.69% | 0.55% | - |
| XYZ | 12.44 | 20.1 | 14.05 | - |
| YUV | 105.87 | 121.86 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 140 | 95 | 0.69 | 0 | 0.32 | 0.45 | 152.16 | 0.53 | 0.36 |
| Hex | 2B | 8C | 5F | 45 | 0 | 20 | 2D | 98 | 35 | 24 |
| Octal | 53 | 214 | 137 | 105 | 0 | 40 | 55 | 230 | 65 | 44 |
| Binary | 101011 | 10001100 | 1011111 | 1000101 | 0 | 100000 | 101101 | 10011000 | 110101 | 100100 |
Color Harmonies of #2B8C5F
Complementary color
Monochromatic Colors of #2B8C5F
Black with #2B8C5F
Text Example
Text Example
White with #2B8C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8C5F; }
p { color: rgb(43,140,95); }
H1.HeaderClassName
{
color: #2B8C5F;
}
.AnyTagClassName
{
color: #2B8C5F;
}
</style>
background-color css
<style>
a { background-color: #2B8C5F; }
a { background-color: rgb(43,140,95); }
div.DivClassName
{
background-color: #2B8C5F;
}
.BgClassName
{
background-color: #2B8C5F;
}
</style>
border-color css
<style>
span { border-color: #2B8C5F; }
span { border-color: rgb(43,140,95); }
td.TdClassName
{
border-color: #2B8C5F;
}
.TagClassName
{
border-color: #2B8C5F;
}
</style>