Shades of Sea Green #2B8C5E
Tints of Sea Green #2B8C5E
RGB
CMYK
RGB Variations
Color information
#2B8C5E (or 0x2B8C5E) is known color: Sea Green. HEX triplet: 2B, 8C and 5E. RGB value is (43,140,94). Sum of RGB (Red+Green+Blue) = 43+140+94=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 140 (55.08% from 255 or 50.54% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8C5E is #D473A1. Grayscale: #696969. Windows color (decimal): -13923234 or 6196267. OLE color: 6196267.
HSL color Cylindrical-coordinate representation of color #2B8C5E: hue angle of 151.55º 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 #2B8C5E is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
RGB | 43 | 140 | 94 | - |
CMYK | 0.69 | 0 | 0.33 | 0.45 |
HSL | 151.55º | 0.53% | 0.36% | - |
HSV(B) | 151.55º | 0.69% | 0.55% | - |
XYZ | 12.39 | 20.08 | 13.81 | - |
YUV | 105.75 | 121.36 | 83.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 140 | 94 | 0.69 | 0 | 0.33 | 0.45 | 151.55 | 0.53 | 0.36 |
Hex | 2B | 8C | 5E | 45 | 0 | 21 | 2D | 98 | 35 | 24 |
Octal | 53 | 214 | 136 | 105 | 0 | 41 | 55 | 230 | 65 | 44 |
Binary | 101011 | 10001100 | 1011110 | 1000101 | 0 | 100001 | 101101 | 10011000 | 110101 | 100100 |
Color Harmonies of #2B8C5E
Complementary color
Monochromatic Colors of #2B8C5E
Black with #2B8C5E
Text Example
Text Example
White with #2B8C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8C5E; }
p { color: rgb(43,140,94); }
H1.HeaderClassName
{
color: #2B8C5E;
}
.AnyTagClassName
{
color: #2B8C5E;
}
</style>
background-color css
<style>
a { background-color: #2B8C5E; }
a { background-color: rgb(43,140,94); }
div.DivClassName
{
background-color: #2B8C5E;
}
.BgClassName
{
background-color: #2B8C5E;
}
</style>
border-color css
<style>
span { border-color: #2B8C5E; }
span { border-color: rgb(43,140,94); }
td.TdClassName
{
border-color: #2B8C5E;
}
.TagClassName
{
border-color: #2B8C5E;
}
</style>