Shades of Sea Green #2C905A
Tints of Sea Green #2C905A
RGB
CMYK
RGB Variations
Color information
#2C905A (or 0x2C905A) is known color: Sea Green. HEX triplet: 2C, 90 and 5A. RGB value is (44,144,90). Sum of RGB (Red+Green+Blue) = 44+144+90=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #2C905A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C905A is #D36FA5. Grayscale: #6C6C6C. Windows color (decimal): -13856678 or 5935148. OLE color: 5935148.
HSL color Cylindrical-coordinate representation of color #2C905A: hue angle of 147.6º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C905A is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 144 | 90 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.44 |
| HSL | 147.6º | 0.53% | 0.37% | - |
| HSV(B) | 147.6º | 0.69% | 0.56% | - |
| XYZ | 12.86 | 21.22 | 13.09 | - |
| YUV | 107.94 | 117.87 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 144 | 90 | 0.69 | 0 | 0.37 | 0.44 | 147.6 | 0.53 | 0.37 |
| Hex | 2C | 90 | 5A | 45 | 0 | 25 | 2C | 94 | 35 | 25 |
| Octal | 54 | 220 | 132 | 105 | 0 | 45 | 54 | 224 | 65 | 45 |
| Binary | 101100 | 10010000 | 1011010 | 1000101 | 0 | 100101 | 101100 | 10010100 | 110101 | 100101 |
Color Harmonies of #2C905A
Complementary color
Monochromatic Colors of #2C905A
Black with #2C905A
Text Example
Text Example
White with #2C905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C905A; }
p { color: rgb(44,144,90); }
H1.HeaderClassName
{
color: #2C905A;
}
.AnyTagClassName
{
color: #2C905A;
}
</style>
background-color css
<style>
a { background-color: #2C905A; }
a { background-color: rgb(44,144,90); }
div.DivClassName
{
background-color: #2C905A;
}
.BgClassName
{
background-color: #2C905A;
}
</style>
border-color css
<style>
span { border-color: #2C905A; }
span { border-color: rgb(44,144,90); }
td.TdClassName
{
border-color: #2C905A;
}
.TagClassName
{
border-color: #2C905A;
}
</style>