Shades of Sea Green #2A994C
Tints of Sea Green #2A994C
RGB
CMYK
RGB Variations
Color information
#2A994C (or 0x2A994C) is known color: Sea Green. HEX triplet: 2A, 99 and 4C. RGB value is (42,153,76). Sum of RGB (Red+Green+Blue) = 42+153+76=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 153 (60.16% from 255 or 56.46% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 153 - color contains mainly: green. Hex color #2A994C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A994C is #D566B3. Grayscale: #6F6F6F. Windows color (decimal): -13985460 or 5019946. OLE color: 5019946.
HSL color Cylindrical-coordinate representation of color #2A994C: hue angle of 138.38º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A994C is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 153 | 76 | - |
| CMYK | 0.73 | 0 | 0.50 | 0.4 |
| HSL | 138.38º | 0.57% | 0.38% | - |
| HSV(B) | 138.38º | 0.73% | 0.6% | - |
| XYZ | 13.65 | 23.8 | 10.71 | - |
| YUV | 111.03 | 108.23 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 153 | 76 | 0.73 | 0 | 0.50 | 0.4 | 138.38 | 0.57 | 0.38 |
| Hex | 2A | 99 | 4C | 49 | 0 | 32 | 28 | 8A | 39 | 26 |
| Octal | 52 | 231 | 114 | 111 | 0 | 62 | 50 | 212 | 71 | 46 |
| Binary | 101010 | 10011001 | 1001100 | 1001001 | 0 | 110010 | 101000 | 10001010 | 111001 | 100110 |
Color Harmonies of #2A994C
Complementary color
Monochromatic Colors of #2A994C
Black with #2A994C
Text Example
Text Example
White with #2A994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A994C; }
p { color: rgb(42,153,76); }
H1.HeaderClassName
{
color: #2A994C;
}
.AnyTagClassName
{
color: #2A994C;
}
</style>
background-color css
<style>
a { background-color: #2A994C; }
a { background-color: rgb(42,153,76); }
div.DivClassName
{
background-color: #2A994C;
}
.BgClassName
{
background-color: #2A994C;
}
</style>
border-color css
<style>
span { border-color: #2A994C; }
span { border-color: rgb(42,153,76); }
td.TdClassName
{
border-color: #2A994C;
}
.TagClassName
{
border-color: #2A994C;
}
</style>