Shades of Sea Green #2B8C45
Tints of Sea Green #2B8C45
RGB
CMYK
RGB Variations
Color information
#2B8C45 (or 0x2B8C45) is known color: Sea Green. HEX triplet: 2B, 8C and 45. RGB value is (43,140,69). Sum of RGB (Red+Green+Blue) = 43+140+69=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 140 (55.08% from 255 or 55.56% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8C45 is #D473BA. Grayscale: #676767. Windows color (decimal): -13923259 or 4557867. OLE color: 4557867.
HSL color Cylindrical-coordinate representation of color #2B8C45: hue angle of 136.08º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8C45 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 140 | 69 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.45 |
| HSL | 136.08º | 0.53% | 0.36% | - |
| HSV(B) | 136.08º | 0.69% | 0.55% | - |
| XYZ | 11.45 | 19.7 | 8.83 | - |
| YUV | 102.9 | 108.86 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 140 | 69 | 0.69 | 0 | 0.51 | 0.45 | 136.08 | 0.53 | 0.36 |
| Hex | 2B | 8C | 45 | 45 | 0 | 33 | 2D | 88 | 35 | 24 |
| Octal | 53 | 214 | 105 | 105 | 0 | 63 | 55 | 210 | 65 | 44 |
| Binary | 101011 | 10001100 | 1000101 | 1000101 | 0 | 110011 | 101101 | 10001000 | 110101 | 100100 |
Color Harmonies of #2B8C45
Complementary color
Monochromatic Colors of #2B8C45
Black with #2B8C45
Text Example
Text Example
White with #2B8C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8C45; }
p { color: rgb(43,140,69); }
H1.HeaderClassName
{
color: #2B8C45;
}
.AnyTagClassName
{
color: #2B8C45;
}
</style>
background-color css
<style>
a { background-color: #2B8C45; }
a { background-color: rgb(43,140,69); }
div.DivClassName
{
background-color: #2B8C45;
}
.BgClassName
{
background-color: #2B8C45;
}
</style>
border-color css
<style>
span { border-color: #2B8C45; }
span { border-color: rgb(43,140,69); }
td.TdClassName
{
border-color: #2B8C45;
}
.TagClassName
{
border-color: #2B8C45;
}
</style>