Shades of Sea Green #2B8A49
Tints of Sea Green #2B8A49
RGB
CMYK
RGB Variations
Color information
#2B8A49 (or 0x2B8A49) is known color: Sea Green. HEX triplet: 2B, 8A and 49. RGB value is (43,138,73). Sum of RGB (Red+Green+Blue) = 43+138+73=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 138 (54.30% from 255 or 54.33% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 138 - color contains mainly: green. Hex color #2B8A49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8A49 is #D475B6. Grayscale: #666666. Windows color (decimal): -13923767 or 4819499. OLE color: 4819499.
HSL color Cylindrical-coordinate representation of color #2B8A49: hue angle of 138.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 #2B8A49 is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 138 | 73 | - |
| CMYK | 0.69 | 0 | 0.47 | 0.46 |
| HSL | 138.95º | 0.52% | 0.35% | - |
| HSV(B) | 138.95º | 0.69% | 0.54% | - |
| XYZ | 11.29 | 19.17 | 9.41 | - |
| YUV | 102.19 | 111.53 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 138 | 73 | 0.69 | 0 | 0.47 | 0.46 | 138.95 | 0.52 | 0.35 |
| Hex | 2B | 8A | 49 | 45 | 0 | 2F | 2E | 8B | 34 | 23 |
| Octal | 53 | 212 | 111 | 105 | 0 | 57 | 56 | 213 | 64 | 43 |
| Binary | 101011 | 10001010 | 1001001 | 1000101 | 0 | 101111 | 101110 | 10001011 | 110100 | 100011 |
Color Harmonies of #2B8A49
Complementary color
Monochromatic Colors of #2B8A49
Black with #2B8A49
Text Example
Text Example
White with #2B8A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8A49; }
p { color: rgb(43,138,73); }
H1.HeaderClassName
{
color: #2B8A49;
}
.AnyTagClassName
{
color: #2B8A49;
}
</style>
background-color css
<style>
a { background-color: #2B8A49; }
a { background-color: rgb(43,138,73); }
div.DivClassName
{
background-color: #2B8A49;
}
.BgClassName
{
background-color: #2B8A49;
}
</style>
border-color css
<style>
span { border-color: #2B8A49; }
span { border-color: rgb(43,138,73); }
td.TdClassName
{
border-color: #2B8A49;
}
.TagClassName
{
border-color: #2B8A49;
}
</style>