Shades of Sea Green #2A824C
Tints of Sea Green #2A824C
RGB
CMYK
RGB Variations
Color information
#2A824C (or 0x2A824C) is known color: Sea Green. HEX triplet: 2A, 82 and 4C. RGB value is (42,130,76). Sum of RGB (Red+Green+Blue) = 42+130+76=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #2A824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A824C is #D57DB3. Grayscale: #616161. Windows color (decimal): -13991348 or 5014058. OLE color: 5014058.
HSL color Cylindrical-coordinate representation of color #2A824C: hue angle of 143.18º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A824C is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 130 | 76 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.49 |
| HSL | 143.18º | 0.51% | 0.34% | - |
| HSV(B) | 143.18º | 0.68% | 0.51% | - |
| XYZ | 10.24 | 16.98 | 9.58 | - |
| YUV | 97.53 | 115.85 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 130 | 76 | 0.68 | 0 | 0.42 | 0.49 | 143.18 | 0.51 | 0.34 |
| Hex | 2A | 82 | 4C | 44 | 0 | 2A | 31 | 8F | 33 | 22 |
| Octal | 52 | 202 | 114 | 104 | 0 | 52 | 61 | 217 | 63 | 42 |
| Binary | 101010 | 10000010 | 1001100 | 1000100 | 0 | 101010 | 110001 | 10001111 | 110011 | 100010 |
Color Harmonies of #2A824C
Complementary color
Monochromatic Colors of #2A824C
Black with #2A824C
Text Example
Text Example
White with #2A824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A824C; }
p { color: rgb(42,130,76); }
H1.HeaderClassName
{
color: #2A824C;
}
.AnyTagClassName
{
color: #2A824C;
}
</style>
background-color css
<style>
a { background-color: #2A824C; }
a { background-color: rgb(42,130,76); }
div.DivClassName
{
background-color: #2A824C;
}
.BgClassName
{
background-color: #2A824C;
}
</style>
border-color css
<style>
span { border-color: #2A824C; }
span { border-color: rgb(42,130,76); }
td.TdClassName
{
border-color: #2A824C;
}
.TagClassName
{
border-color: #2A824C;
}
</style>