Shades of Sea Green #2B825B
Tints of Sea Green #2B825B
RGB
CMYK
RGB Variations
Color information
#2B825B (or 0x2B825B) is known color: Sea Green. HEX triplet: 2B, 82 and 5B. RGB value is (43,130,91). Sum of RGB (Red+Green+Blue) = 43+130+91=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #2B825B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B825B is #D47DA4. Grayscale: #636363. Windows color (decimal): -13925797 or 5997099. OLE color: 5997099.
HSL color Cylindrical-coordinate representation of color #2B825B: hue angle of 153.1º 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 #2B825B is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 130 | 91 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.49 |
| HSL | 153.1º | 0.5% | 0.34% | - |
| HSV(B) | 153.1º | 0.67% | 0.51% | - |
| XYZ | 10.87 | 17.23 | 12.65 | - |
| YUV | 99.54 | 123.18 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 130 | 91 | 0.67 | 0 | 0.30 | 0.49 | 153.1 | 0.5 | 0.34 |
| Hex | 2B | 82 | 5B | 43 | 0 | 1E | 31 | 99 | 32 | 22 |
| Octal | 53 | 202 | 133 | 103 | 0 | 36 | 61 | 231 | 62 | 42 |
| Binary | 101011 | 10000010 | 1011011 | 1000011 | 0 | 11110 | 110001 | 10011001 | 110010 | 100010 |
Color Harmonies of #2B825B
Complementary color
Monochromatic Colors of #2B825B
Black with #2B825B
Text Example
Text Example
White with #2B825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B825B; }
p { color: rgb(43,130,91); }
H1.HeaderClassName
{
color: #2B825B;
}
.AnyTagClassName
{
color: #2B825B;
}
</style>
background-color css
<style>
a { background-color: #2B825B; }
a { background-color: rgb(43,130,91); }
div.DivClassName
{
background-color: #2B825B;
}
.BgClassName
{
background-color: #2B825B;
}
</style>
border-color css
<style>
span { border-color: #2B825B; }
span { border-color: rgb(43,130,91); }
td.TdClassName
{
border-color: #2B825B;
}
.TagClassName
{
border-color: #2B825B;
}
</style>