Shades of Sea Green #2B8A5C
Tints of Sea Green #2B8A5C
RGB
CMYK
RGB Variations
Color information
#2B8A5C (or 0x2B8A5C) is known color: Sea Green. HEX triplet: 2B, 8A and 5C. RGB value is (43,138,92). Sum of RGB (Red+Green+Blue) = 43+138+92=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 138 (54.30% from 255 or 50.55% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 138 - color contains mainly: green. Hex color #2B8A5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8A5C is #D475A3. Grayscale: #686868. Windows color (decimal): -13923748 or 6064683. OLE color: 6064683.
HSL color Cylindrical-coordinate representation of color #2B8A5C: hue angle of 150.95º 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 #2B8A5C is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 138 | 92 | - |
| CMYK | 0.69 | 0 | 0.33 | 0.46 |
| HSL | 150.95º | 0.52% | 0.35% | - |
| HSV(B) | 150.95º | 0.69% | 0.54% | - |
| XYZ | 12.02 | 19.46 | 13.25 | - |
| YUV | 104.35 | 121.03 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 138 | 92 | 0.69 | 0 | 0.33 | 0.46 | 150.95 | 0.52 | 0.35 |
| Hex | 2B | 8A | 5C | 45 | 0 | 21 | 2E | 97 | 34 | 23 |
| Octal | 53 | 212 | 134 | 105 | 0 | 41 | 56 | 227 | 64 | 43 |
| Binary | 101011 | 10001010 | 1011100 | 1000101 | 0 | 100001 | 101110 | 10010111 | 110100 | 100011 |
Color Harmonies of #2B8A5C
Complementary color
Monochromatic Colors of #2B8A5C
Black with #2B8A5C
Text Example
Text Example
White with #2B8A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8A5C; }
p { color: rgb(43,138,92); }
H1.HeaderClassName
{
color: #2B8A5C;
}
.AnyTagClassName
{
color: #2B8A5C;
}
</style>
background-color css
<style>
a { background-color: #2B8A5C; }
a { background-color: rgb(43,138,92); }
div.DivClassName
{
background-color: #2B8A5C;
}
.BgClassName
{
background-color: #2B8A5C;
}
</style>
border-color css
<style>
span { border-color: #2B8A5C; }
span { border-color: rgb(43,138,92); }
td.TdClassName
{
border-color: #2B8A5C;
}
.TagClassName
{
border-color: #2B8A5C;
}
</style>