Shades of Sea Green #2B824B
Tints of Sea Green #2B824B
RGB
CMYK
RGB Variations
Color information
#2B824B (or 0x2B824B) is known color: Sea Green. HEX triplet: 2B, 82 and 4B. RGB value is (43,130,75). Sum of RGB (Red+Green+Blue) = 43+130+75=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #2B824B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B824B is #D47DB4. Grayscale: #616161. Windows color (decimal): -13925813 or 4948523. OLE color: 4948523.
HSL color Cylindrical-coordinate representation of color #2B824B: hue angle of 142.07º 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 #2B824B is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 130 | 75 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.49 |
| HSL | 142.07º | 0.5% | 0.34% | - |
| HSV(B) | 142.07º | 0.67% | 0.51% | - |
| XYZ | 10.25 | 16.99 | 9.4 | - |
| YUV | 97.72 | 115.18 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 130 | 75 | 0.67 | 0 | 0.42 | 0.49 | 142.07 | 0.5 | 0.34 |
| Hex | 2B | 82 | 4B | 43 | 0 | 2A | 31 | 8E | 32 | 22 |
| Octal | 53 | 202 | 113 | 103 | 0 | 52 | 61 | 216 | 62 | 42 |
| Binary | 101011 | 10000010 | 1001011 | 1000011 | 0 | 101010 | 110001 | 10001110 | 110010 | 100010 |
Color Harmonies of #2B824B
Complementary color
Monochromatic Colors of #2B824B
Black with #2B824B
Text Example
Text Example
White with #2B824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B824B; }
p { color: rgb(43,130,75); }
H1.HeaderClassName
{
color: #2B824B;
}
.AnyTagClassName
{
color: #2B824B;
}
</style>
background-color css
<style>
a { background-color: #2B824B; }
a { background-color: rgb(43,130,75); }
div.DivClassName
{
background-color: #2B824B;
}
.BgClassName
{
background-color: #2B824B;
}
</style>
border-color css
<style>
span { border-color: #2B824B; }
span { border-color: rgb(43,130,75); }
td.TdClassName
{
border-color: #2B824B;
}
.TagClassName
{
border-color: #2B824B;
}
</style>