Shades of Sea Green #2B875D
Tints of Sea Green #2B875D
RGB
CMYK
RGB Variations
Color information
#2B875D (or 0x2B875D) is known color: Sea Green. HEX triplet: 2B, 87 and 5D. RGB value is (43,135,93). Sum of RGB (Red+Green+Blue) = 43+135+93=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #2B875D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B875D is #D478A2. Grayscale: #666666. Windows color (decimal): -13924515 or 6129451. OLE color: 6129451.
HSL color Cylindrical-coordinate representation of color #2B875D: hue angle of 152.61º 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 #2B875D is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 135 | 93 | - |
| CMYK | 0.68 | 0 | 0.31 | 0.47 |
| HSL | 152.61º | 0.52% | 0.35% | - |
| HSV(B) | 152.61º | 0.68% | 0.53% | - |
| XYZ | 11.64 | 18.63 | 13.34 | - |
| YUV | 102.7 | 122.52 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 135 | 93 | 0.68 | 0 | 0.31 | 0.47 | 152.61 | 0.52 | 0.35 |
| Hex | 2B | 87 | 5D | 44 | 0 | 1F | 2F | 99 | 34 | 23 |
| Octal | 53 | 207 | 135 | 104 | 0 | 37 | 57 | 231 | 64 | 43 |
| Binary | 101011 | 10000111 | 1011101 | 1000100 | 0 | 11111 | 101111 | 10011001 | 110100 | 100011 |
Color Harmonies of #2B875D
Complementary color
Monochromatic Colors of #2B875D
Black with #2B875D
Text Example
Text Example
White with #2B875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B875D; }
p { color: rgb(43,135,93); }
H1.HeaderClassName
{
color: #2B875D;
}
.AnyTagClassName
{
color: #2B875D;
}
</style>
background-color css
<style>
a { background-color: #2B875D; }
a { background-color: rgb(43,135,93); }
div.DivClassName
{
background-color: #2B875D;
}
.BgClassName
{
background-color: #2B875D;
}
</style>
border-color css
<style>
span { border-color: #2B875D; }
span { border-color: rgb(43,135,93); }
td.TdClassName
{
border-color: #2B875D;
}
.TagClassName
{
border-color: #2B875D;
}
</style>