Shades of Sea Green #2B825F
Tints of Sea Green #2B825F
RGB
CMYK
RGB Variations
Color information
#2B825F (or 0x2B825F) is known color: Sea Green. HEX triplet: 2B, 82 and 5F. RGB value is (43,130,95). Sum of RGB (Red+Green+Blue) = 43+130+95=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #2B825F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B825F is #D47DA0. Grayscale: #646464. Windows color (decimal): -13925793 or 6259243. OLE color: 6259243.
HSL color Cylindrical-coordinate representation of color #2B825F: hue angle of 155.86º 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 #2B825F is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 130 | 95 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.49 |
| HSL | 155.86º | 0.5% | 0.34% | - |
| HSV(B) | 155.86º | 0.67% | 0.51% | - |
| XYZ | 11.04 | 17.31 | 13.58 | - |
| YUV | 100 | 125.18 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 130 | 95 | 0.67 | 0 | 0.27 | 0.49 | 155.86 | 0.5 | 0.34 |
| Hex | 2B | 82 | 5F | 43 | 0 | 1B | 31 | 9C | 32 | 22 |
| Octal | 53 | 202 | 137 | 103 | 0 | 33 | 61 | 234 | 62 | 42 |
| Binary | 101011 | 10000010 | 1011111 | 1000011 | 0 | 11011 | 110001 | 10011100 | 110010 | 100010 |
Color Harmonies of #2B825F
Complementary color
Monochromatic Colors of #2B825F
Black with #2B825F
Text Example
Text Example
White with #2B825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B825F; }
p { color: rgb(43,130,95); }
H1.HeaderClassName
{
color: #2B825F;
}
.AnyTagClassName
{
color: #2B825F;
}
</style>
background-color css
<style>
a { background-color: #2B825F; }
a { background-color: rgb(43,130,95); }
div.DivClassName
{
background-color: #2B825F;
}
.BgClassName
{
background-color: #2B825F;
}
</style>
border-color css
<style>
span { border-color: #2B825F; }
span { border-color: rgb(43,130,95); }
td.TdClassName
{
border-color: #2B825F;
}
.TagClassName
{
border-color: #2B825F;
}
</style>