Shades of Sea Green #2B9E4E
Tints of Sea Green #2B9E4E
RGB
CMYK
RGB Variations
Color information
#2B9E4E (or 0x2B9E4E) is known color: Sea Green. HEX triplet: 2B, 9E and 4E. RGB value is (43,158,78). Sum of RGB (Red+Green+Blue) = 43+158+78=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 158 (62.11% from 255 or 56.63% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9E4E is #D461B1. Grayscale: #727272. Windows color (decimal): -13918642 or 5152299. OLE color: 5152299.
HSL color Cylindrical-coordinate representation of color #2B9E4E: hue angle of 138.26º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9E4E is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 158 | 78 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.38 |
| HSL | 138.26º | 0.57% | 0.39% | - |
| HSV(B) | 138.26º | 0.73% | 0.62% | - |
| XYZ | 14.6 | 25.52 | 11.36 | - |
| YUV | 114.5 | 107.4 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 158 | 78 | 0.73 | 0 | 0.51 | 0.38 | 138.26 | 0.57 | 0.39 |
| Hex | 2B | 9E | 4E | 49 | 0 | 33 | 26 | 8A | 39 | 27 |
| Octal | 53 | 236 | 116 | 111 | 0 | 63 | 46 | 212 | 71 | 47 |
| Binary | 101011 | 10011110 | 1001110 | 1001001 | 0 | 110011 | 100110 | 10001010 | 111001 | 100111 |
Color Harmonies of #2B9E4E
Complementary color
Monochromatic Colors of #2B9E4E
Black with #2B9E4E
Text Example
Text Example
White with #2B9E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9E4E; }
p { color: rgb(43,158,78); }
H1.HeaderClassName
{
color: #2B9E4E;
}
.AnyTagClassName
{
color: #2B9E4E;
}
</style>
background-color css
<style>
a { background-color: #2B9E4E; }
a { background-color: rgb(43,158,78); }
div.DivClassName
{
background-color: #2B9E4E;
}
.BgClassName
{
background-color: #2B9E4E;
}
</style>
border-color css
<style>
span { border-color: #2B9E4E; }
span { border-color: rgb(43,158,78); }
td.TdClassName
{
border-color: #2B9E4E;
}
.TagClassName
{
border-color: #2B9E4E;
}
</style>