Shades of Sea Green #2B824C
Tints of Sea Green #2B824C
RGB
CMYK
RGB Variations
Color information
#2B824C (or 0x2B824C) is known color: Sea Green. HEX triplet: 2B, 82 and 4C. RGB value is (43,130,76). Sum of RGB (Red+Green+Blue) = 43+130+76=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #2B824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B824C is #D47DB3. Grayscale: #616161. Windows color (decimal): -13925812 or 5014059. OLE color: 5014059.
HSL color Cylindrical-coordinate representation of color #2B824C: hue angle of 142.76º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B824C is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 130 | 76 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.49 |
| HSL | 142.76º | 0.5% | 0.34% | - |
| HSV(B) | 142.76º | 0.67% | 0.51% | - |
| XYZ | 10.28 | 17 | 9.58 | - |
| YUV | 97.83 | 115.68 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 130 | 76 | 0.67 | 0 | 0.42 | 0.49 | 142.76 | 0.5 | 0.34 |
| Hex | 2B | 82 | 4C | 43 | 0 | 2A | 31 | 8F | 32 | 22 |
| Octal | 53 | 202 | 114 | 103 | 0 | 52 | 61 | 217 | 62 | 42 |
| Binary | 101011 | 10000010 | 1001100 | 1000011 | 0 | 101010 | 110001 | 10001111 | 110010 | 100010 |
Color Harmonies of #2B824C
Complementary color
Monochromatic Colors of #2B824C
Black with #2B824C
Text Example
Text Example
White with #2B824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B824C; }
p { color: rgb(43,130,76); }
H1.HeaderClassName
{
color: #2B824C;
}
.AnyTagClassName
{
color: #2B824C;
}
</style>
background-color css
<style>
a { background-color: #2B824C; }
a { background-color: rgb(43,130,76); }
div.DivClassName
{
background-color: #2B824C;
}
.BgClassName
{
background-color: #2B824C;
}
</style>
border-color css
<style>
span { border-color: #2B824C; }
span { border-color: rgb(43,130,76); }
td.TdClassName
{
border-color: #2B824C;
}
.TagClassName
{
border-color: #2B824C;
}
</style>