Shades of Sea Green #2B874A
Tints of Sea Green #2B874A
RGB
CMYK
RGB Variations
Color information
#2B874A (or 0x2B874A) is known color: Sea Green. HEX triplet: 2B, 87 and 4A. RGB value is (43,135,74). Sum of RGB (Red+Green+Blue) = 43+135+74=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #2B874A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B874A is #D478B5. Grayscale: #646464. Windows color (decimal): -13924534 or 4884267. OLE color: 4884267.
HSL color Cylindrical-coordinate representation of color #2B874A: hue angle of 140.22º 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 #2B874A is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 135 | 74 | - |
| CMYK | 0.68 | 0 | 0.45 | 0.47 |
| HSL | 140.22º | 0.52% | 0.35% | - |
| HSV(B) | 140.22º | 0.68% | 0.53% | - |
| XYZ | 10.9 | 18.34 | 9.44 | - |
| YUV | 100.54 | 113.02 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 135 | 74 | 0.68 | 0 | 0.45 | 0.47 | 140.22 | 0.52 | 0.35 |
| Hex | 2B | 87 | 4A | 44 | 0 | 2D | 2F | 8C | 34 | 23 |
| Octal | 53 | 207 | 112 | 104 | 0 | 55 | 57 | 214 | 64 | 43 |
| Binary | 101011 | 10000111 | 1001010 | 1000100 | 0 | 101101 | 101111 | 10001100 | 110100 | 100011 |
Color Harmonies of #2B874A
Complementary color
Monochromatic Colors of #2B874A
Black with #2B874A
Text Example
Text Example
White with #2B874A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B874A; }
p { color: rgb(43,135,74); }
H1.HeaderClassName
{
color: #2B874A;
}
.AnyTagClassName
{
color: #2B874A;
}
</style>
background-color css
<style>
a { background-color: #2B874A; }
a { background-color: rgb(43,135,74); }
div.DivClassName
{
background-color: #2B874A;
}
.BgClassName
{
background-color: #2B874A;
}
</style>
border-color css
<style>
span { border-color: #2B874A; }
span { border-color: rgb(43,135,74); }
td.TdClassName
{
border-color: #2B874A;
}
.TagClassName
{
border-color: #2B874A;
}
</style>