Shades of Sea Green #2B875F
Tints of Sea Green #2B875F
RGB
CMYK
RGB Variations
Color information
#2B875F (or 0x2B875F) is known color: Sea Green. HEX triplet: 2B, 87 and 5F. RGB value is (43,135,95). Sum of RGB (Red+Green+Blue) = 43+135+95=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #2B875F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B875F is #D478A0. Grayscale: #676767. Windows color (decimal): -13924513 or 6260523. OLE color: 6260523.
HSL color Cylindrical-coordinate representation of color #2B875F: hue angle of 153.91º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B875F is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 135 | 95 | - |
| CMYK | 0.68 | 0 | 0.30 | 0.47 |
| HSL | 153.91º | 0.52% | 0.35% | - |
| HSV(B) | 153.91º | 0.68% | 0.53% | - |
| XYZ | 11.73 | 18.67 | 13.81 | - |
| YUV | 102.93 | 123.52 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 135 | 95 | 0.68 | 0 | 0.30 | 0.47 | 153.91 | 0.52 | 0.35 |
| Hex | 2B | 87 | 5F | 44 | 0 | 1E | 2F | 9A | 34 | 23 |
| Octal | 53 | 207 | 137 | 104 | 0 | 36 | 57 | 232 | 64 | 43 |
| Binary | 101011 | 10000111 | 1011111 | 1000100 | 0 | 11110 | 101111 | 10011010 | 110100 | 100011 |
Color Harmonies of #2B875F
Complementary color
Monochromatic Colors of #2B875F
Black with #2B875F
Text Example
Text Example
White with #2B875F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B875F; }
p { color: rgb(43,135,95); }
H1.HeaderClassName
{
color: #2B875F;
}
.AnyTagClassName
{
color: #2B875F;
}
</style>
background-color css
<style>
a { background-color: #2B875F; }
a { background-color: rgb(43,135,95); }
div.DivClassName
{
background-color: #2B875F;
}
.BgClassName
{
background-color: #2B875F;
}
</style>
border-color css
<style>
span { border-color: #2B875F; }
span { border-color: rgb(43,135,95); }
td.TdClassName
{
border-color: #2B875F;
}
.TagClassName
{
border-color: #2B875F;
}
</style>