Shades of Medium Sea Green #2CB26B
Tints of Medium Sea Green #2CB26B
RGB
CMYK
RGB Variations
Color information
#2CB26B (or 0x2CB26B) is known color: Medium Sea Green. HEX triplet: 2C, B2 and 6B. RGB value is (44,178,107). Sum of RGB (Red+Green+Blue) = 44+178+107=329 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.37% from 329); Green value is 178 (69.92% from 255 or 54.10% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB26B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CB26B is #D34D94. Grayscale: #818181. Windows color (decimal): -13847957 or 7057964. OLE color: 7057964.
HSL color Cylindrical-coordinate representation of color #2CB26B: hue angle of 148.21º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB26B is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 178 | 107 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.30 |
| HSL | 148.21º | 0.6% | 0.44% | - |
| HSV(B) | 148.21º | 0.75% | 0.7% | - |
| XYZ | 19.61 | 33.44 | 19.33 | - |
| YUV | 129.84 | 115.11 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 178 | 107 | 0.75 | 0 | 0.40 | 0.30 | 148.21 | 0.6 | 0.44 |
| Hex | 2C | B2 | 6B | 4B | 0 | 28 | 1E | 94 | 3C | 2C |
| Octal | 54 | 262 | 153 | 113 | 0 | 50 | 36 | 224 | 74 | 54 |
| Binary | 101100 | 10110010 | 1101011 | 1001011 | 0 | 101000 | 11110 | 10010100 | 111100 | 101100 |
Color Harmonies of #2CB26B
Complementary color
Monochromatic Colors of #2CB26B
Black with #2CB26B
Text Example
Text Example
White with #2CB26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB26B; }
p { color: rgb(44,178,107); }
H1.HeaderClassName
{
color: #2CB26B;
}
.AnyTagClassName
{
color: #2CB26B;
}
</style>
background-color css
<style>
a { background-color: #2CB26B; }
a { background-color: rgb(44,178,107); }
div.DivClassName
{
background-color: #2CB26B;
}
.BgClassName
{
background-color: #2CB26B;
}
</style>
border-color css
<style>
span { border-color: #2CB26B; }
span { border-color: rgb(44,178,107); }
td.TdClassName
{
border-color: #2CB26B;
}
.TagClassName
{
border-color: #2CB26B;
}
</style>