Shades of Medium Sea Green #2CB569
Tints of Medium Sea Green #2CB569
RGB
CMYK
RGB Variations
Color information
#2CB569 (or 0x2CB569) is known color: Medium Sea Green. HEX triplet: 2C, B5 and 69. RGB value is (44,181,105). Sum of RGB (Red+Green+Blue) = 44+181+105=330 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.33% from 330); Green value is 181 (71.09% from 255 or 54.85% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB569 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB569 is #D34A96. Grayscale: #838383. Windows color (decimal): -13847191 or 6927660. OLE color: 6927660.
HSL color Cylindrical-coordinate representation of color #2CB569: hue angle of 146.72º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB569 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 181 | 105 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.29 |
| HSL | 146.72º | 0.61% | 0.44% | - |
| HSV(B) | 146.72º | 0.76% | 0.71% | - |
| XYZ | 20.11 | 34.6 | 18.98 | - |
| YUV | 131.37 | 113.11 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 181 | 105 | 0.76 | 0 | 0.42 | 0.29 | 146.72 | 0.61 | 0.44 |
| Hex | 2C | B5 | 69 | 4C | 0 | 2A | 1D | 93 | 3D | 2C |
| Octal | 54 | 265 | 151 | 114 | 0 | 52 | 35 | 223 | 75 | 54 |
| Binary | 101100 | 10110101 | 1101001 | 1001100 | 0 | 101010 | 11101 | 10010011 | 111101 | 101100 |
Color Harmonies of #2CB569
Complementary color
Monochromatic Colors of #2CB569
Black with #2CB569
Text Example
Text Example
White with #2CB569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB569; }
p { color: rgb(44,181,105); }
H1.HeaderClassName
{
color: #2CB569;
}
.AnyTagClassName
{
color: #2CB569;
}
</style>
background-color css
<style>
a { background-color: #2CB569; }
a { background-color: rgb(44,181,105); }
div.DivClassName
{
background-color: #2CB569;
}
.BgClassName
{
background-color: #2CB569;
}
</style>
border-color css
<style>
span { border-color: #2CB569; }
span { border-color: rgb(44,181,105); }
td.TdClassName
{
border-color: #2CB569;
}
.TagClassName
{
border-color: #2CB569;
}
</style>