Shades of Sea Green #2C8B4B
Tints of Sea Green #2C8B4B
RGB
CMYK
RGB Variations
Color information
#2C8B4B (or 0x2C8B4B) is known color: Sea Green. HEX triplet: 2C, 8B and 4B. RGB value is (44,139,75). Sum of RGB (Red+Green+Blue) = 44+139+75=258 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.05% from 258); Green value is 139 (54.69% from 255 or 53.88% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 139 - color contains mainly: green. Hex color #2C8B4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8B4B is #D374B4. Grayscale: #676767. Windows color (decimal): -13857973 or 4950828. OLE color: 4950828.
HSL color Cylindrical-coordinate representation of color #2C8B4B: hue angle of 139.58º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C8B4B is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 139 | 75 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.45 |
| HSL | 139.58º | 0.52% | 0.36% | - |
| HSV(B) | 139.58º | 0.68% | 0.55% | - |
| XYZ | 11.54 | 19.51 | 9.81 | - |
| YUV | 103.3 | 112.03 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 139 | 75 | 0.68 | 0 | 0.46 | 0.45 | 139.58 | 0.52 | 0.36 |
| Hex | 2C | 8B | 4B | 44 | 0 | 2E | 2D | 8C | 34 | 24 |
| Octal | 54 | 213 | 113 | 104 | 0 | 56 | 55 | 214 | 64 | 44 |
| Binary | 101100 | 10001011 | 1001011 | 1000100 | 0 | 101110 | 101101 | 10001100 | 110100 | 100100 |
Color Harmonies of #2C8B4B
Complementary color
Monochromatic Colors of #2C8B4B
Black with #2C8B4B
Text Example
Text Example
White with #2C8B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8B4B; }
p { color: rgb(44,139,75); }
H1.HeaderClassName
{
color: #2C8B4B;
}
.AnyTagClassName
{
color: #2C8B4B;
}
</style>
background-color css
<style>
a { background-color: #2C8B4B; }
a { background-color: rgb(44,139,75); }
div.DivClassName
{
background-color: #2C8B4B;
}
.BgClassName
{
background-color: #2C8B4B;
}
</style>
border-color css
<style>
span { border-color: #2C8B4B; }
span { border-color: rgb(44,139,75); }
td.TdClassName
{
border-color: #2C8B4B;
}
.TagClassName
{
border-color: #2C8B4B;
}
</style>