Shades of Sea Green #2B8A41
Tints of Sea Green #2B8A41
RGB
CMYK
RGB Variations
Color information
#2B8A41 (or 0x2B8A41) is known color: Sea Green. HEX triplet: 2B, 8A and 41. RGB value is (43,138,65). Sum of RGB (Red+Green+Blue) = 43+138+65=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 138 (54.30% from 255 or 56.10% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 138 - color contains mainly: green. Hex color #2B8A41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8A41 is #D475BE. Grayscale: #656565. Windows color (decimal): -13923775 or 4295211. OLE color: 4295211.
HSL color Cylindrical-coordinate representation of color #2B8A41: hue angle of 133.89º 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 #2B8A41 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 138 | 65 | - |
| CMYK | 0.69 | 0 | 0.53 | 0.46 |
| HSL | 133.89º | 0.52% | 0.35% | - |
| HSV(B) | 133.89º | 0.69% | 0.54% | - |
| XYZ | 11.04 | 19.07 | 8.1 | - |
| YUV | 101.27 | 107.53 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 138 | 65 | 0.69 | 0 | 0.53 | 0.46 | 133.89 | 0.52 | 0.35 |
| Hex | 2B | 8A | 41 | 45 | 0 | 35 | 2E | 86 | 34 | 23 |
| Octal | 53 | 212 | 101 | 105 | 0 | 65 | 56 | 206 | 64 | 43 |
| Binary | 101011 | 10001010 | 1000001 | 1000101 | 0 | 110101 | 101110 | 10000110 | 110100 | 100011 |
Color Harmonies of #2B8A41
Complementary color
Monochromatic Colors of #2B8A41
Black with #2B8A41
Text Example
Text Example
White with #2B8A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8A41; }
p { color: rgb(43,138,65); }
H1.HeaderClassName
{
color: #2B8A41;
}
.AnyTagClassName
{
color: #2B8A41;
}
</style>
background-color css
<style>
a { background-color: #2B8A41; }
a { background-color: rgb(43,138,65); }
div.DivClassName
{
background-color: #2B8A41;
}
.BgClassName
{
background-color: #2B8A41;
}
</style>
border-color css
<style>
span { border-color: #2B8A41; }
span { border-color: rgb(43,138,65); }
td.TdClassName
{
border-color: #2B8A41;
}
.TagClassName
{
border-color: #2B8A41;
}
</style>