Shades of Sea Green #2B8A44
Tints of Sea Green #2B8A44
RGB
CMYK
RGB Variations
Color information
#2B8A44 (or 0x2B8A44) is known color: Sea Green. HEX triplet: 2B, 8A and 44. RGB value is (43,138,68). Sum of RGB (Red+Green+Blue) = 43+138+68=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 138 (54.30% from 255 or 55.42% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 138 - color contains mainly: green. Hex color #2B8A44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8A44 is #D475BB. Grayscale: #656565. Windows color (decimal): -13923772 or 4491819. OLE color: 4491819.
HSL color Cylindrical-coordinate representation of color #2B8A44: hue angle of 135.79º 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 #2B8A44 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 138 | 68 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.46 |
| HSL | 135.79º | 0.52% | 0.35% | - |
| HSV(B) | 135.79º | 0.69% | 0.54% | - |
| XYZ | 11.13 | 19.11 | 8.57 | - |
| YUV | 101.62 | 109.03 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 138 | 68 | 0.69 | 0 | 0.51 | 0.46 | 135.79 | 0.52 | 0.35 |
| Hex | 2B | 8A | 44 | 45 | 0 | 33 | 2E | 88 | 34 | 23 |
| Octal | 53 | 212 | 104 | 105 | 0 | 63 | 56 | 210 | 64 | 43 |
| Binary | 101011 | 10001010 | 1000100 | 1000101 | 0 | 110011 | 101110 | 10001000 | 110100 | 100011 |
Color Harmonies of #2B8A44
Complementary color
Monochromatic Colors of #2B8A44
Black with #2B8A44
Text Example
Text Example
White with #2B8A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8A44; }
p { color: rgb(43,138,68); }
H1.HeaderClassName
{
color: #2B8A44;
}
.AnyTagClassName
{
color: #2B8A44;
}
</style>
background-color css
<style>
a { background-color: #2B8A44; }
a { background-color: rgb(43,138,68); }
div.DivClassName
{
background-color: #2B8A44;
}
.BgClassName
{
background-color: #2B8A44;
}
</style>
border-color css
<style>
span { border-color: #2B8A44; }
span { border-color: rgb(43,138,68); }
td.TdClassName
{
border-color: #2B8A44;
}
.TagClassName
{
border-color: #2B8A44;
}
</style>