Shades of Sea Green #2B8B5C
Tints of Sea Green #2B8B5C
RGB
CMYK
RGB Variations
Color information
#2B8B5C (or 0x2B8B5C) is known color: Sea Green. HEX triplet: 2B, 8B and 5C. RGB value is (43,139,92). Sum of RGB (Red+Green+Blue) = 43+139+92=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 139 (54.69% from 255 or 50.73% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 139 - color contains mainly: green. Hex color #2B8B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8B5C is #D474A3. Grayscale: #696969. Windows color (decimal): -13923492 or 6064939. OLE color: 6064939.
HSL color Cylindrical-coordinate representation of color #2B8B5C: hue angle of 150.62º 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 #2B8B5C is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 139 | 92 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.45 |
| HSL | 150.63º | 0.53% | 0.36% | - |
| HSV(B) | 150.63º | 0.69% | 0.55% | - |
| XYZ | 12.16 | 19.75 | 13.3 | - |
| YUV | 104.94 | 120.7 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 139 | 92 | 0.69 | 0 | 0.34 | 0.45 | 150.63 | 0.53 | 0.36 |
| Hex | 2B | 8B | 5C | 45 | 0 | 22 | 2D | 97 | 35 | 24 |
| Octal | 53 | 213 | 134 | 105 | 0 | 42 | 55 | 227 | 65 | 44 |
| Binary | 101011 | 10001011 | 1011100 | 1000101 | 0 | 100010 | 101101 | 10010111 | 110101 | 100100 |
Color Harmonies of #2B8B5C
Complementary color
Monochromatic Colors of #2B8B5C
Black with #2B8B5C
Text Example
Text Example
White with #2B8B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8B5C; }
p { color: rgb(43,139,92); }
H1.HeaderClassName
{
color: #2B8B5C;
}
.AnyTagClassName
{
color: #2B8B5C;
}
</style>
background-color css
<style>
a { background-color: #2B8B5C; }
a { background-color: rgb(43,139,92); }
div.DivClassName
{
background-color: #2B8B5C;
}
.BgClassName
{
background-color: #2B8B5C;
}
</style>
border-color css
<style>
span { border-color: #2B8B5C; }
span { border-color: rgb(43,139,92); }
td.TdClassName
{
border-color: #2B8B5C;
}
.TagClassName
{
border-color: #2B8B5C;
}
</style>