Shades of Sea Green #2B8C5C
Tints of Sea Green #2B8C5C
RGB
CMYK
RGB Variations
Color information
#2B8C5C (or 0x2B8C5C) is known color: Sea Green. HEX triplet: 2B, 8C and 5C. RGB value is (43,140,92). Sum of RGB (Red+Green+Blue) = 43+140+92=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 140 (55.08% from 255 or 50.91% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8C5C is #D473A3. Grayscale: #696969. Windows color (decimal): -13923236 or 6065195. OLE color: 6065195.
HSL color Cylindrical-coordinate representation of color #2B8C5C: hue angle of 150.31º 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 #2B8C5C is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 140 | 92 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.45 |
| HSL | 150.31º | 0.53% | 0.36% | - |
| HSV(B) | 150.31º | 0.69% | 0.55% | - |
| XYZ | 12.31 | 20.04 | 13.35 | - |
| YUV | 105.53 | 120.36 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 140 | 92 | 0.69 | 0 | 0.34 | 0.45 | 150.31 | 0.53 | 0.36 |
| Hex | 2B | 8C | 5C | 45 | 0 | 22 | 2D | 96 | 35 | 24 |
| Octal | 53 | 214 | 134 | 105 | 0 | 42 | 55 | 226 | 65 | 44 |
| Binary | 101011 | 10001100 | 1011100 | 1000101 | 0 | 100010 | 101101 | 10010110 | 110101 | 100100 |
Color Harmonies of #2B8C5C
Complementary color
Monochromatic Colors of #2B8C5C
Black with #2B8C5C
Text Example
Text Example
White with #2B8C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8C5C; }
p { color: rgb(43,140,92); }
H1.HeaderClassName
{
color: #2B8C5C;
}
.AnyTagClassName
{
color: #2B8C5C;
}
</style>
background-color css
<style>
a { background-color: #2B8C5C; }
a { background-color: rgb(43,140,92); }
div.DivClassName
{
background-color: #2B8C5C;
}
.BgClassName
{
background-color: #2B8C5C;
}
</style>
border-color css
<style>
span { border-color: #2B8C5C; }
span { border-color: rgb(43,140,92); }
td.TdClassName
{
border-color: #2B8C5C;
}
.TagClassName
{
border-color: #2B8C5C;
}
</style>