Shades of Sea Green #2B814B
Tints of Sea Green #2B814B
RGB
CMYK
RGB Variations
Color information
#2B814B (or 0x2B814B) is known color: Sea Green. HEX triplet: 2B, 81 and 4B. RGB value is (43,129,75). Sum of RGB (Red+Green+Blue) = 43+129+75=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #2B814B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B814B is #D47EB4. Grayscale: #616161. Windows color (decimal): -13926069 or 4948267. OLE color: 4948267.
HSL color Cylindrical-coordinate representation of color #2B814B: hue angle of 142.33º 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 #2B814B is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 129 | 75 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.49 |
| HSL | 142.33º | 0.5% | 0.34% | - |
| HSV(B) | 142.33º | 0.67% | 0.51% | - |
| XYZ | 10.12 | 16.72 | 9.35 | - |
| YUV | 97.13 | 115.51 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 129 | 75 | 0.67 | 0 | 0.42 | 0.49 | 142.33 | 0.5 | 0.34 |
| Hex | 2B | 81 | 4B | 43 | 0 | 2A | 31 | 8E | 32 | 22 |
| Octal | 53 | 201 | 113 | 103 | 0 | 52 | 61 | 216 | 62 | 42 |
| Binary | 101011 | 10000001 | 1001011 | 1000011 | 0 | 101010 | 110001 | 10001110 | 110010 | 100010 |
Color Harmonies of #2B814B
Complementary color
Monochromatic Colors of #2B814B
Black with #2B814B
Text Example
Text Example
White with #2B814B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B814B; }
p { color: rgb(43,129,75); }
H1.HeaderClassName
{
color: #2B814B;
}
.AnyTagClassName
{
color: #2B814B;
}
</style>
background-color css
<style>
a { background-color: #2B814B; }
a { background-color: rgb(43,129,75); }
div.DivClassName
{
background-color: #2B814B;
}
.BgClassName
{
background-color: #2B814B;
}
</style>
border-color css
<style>
span { border-color: #2B814B; }
span { border-color: rgb(43,129,75); }
td.TdClassName
{
border-color: #2B814B;
}
.TagClassName
{
border-color: #2B814B;
}
</style>