Shades of Sea Green #2A815D
Tints of Sea Green #2A815D
RGB
CMYK
RGB Variations
Color information
#2A815D (or 0x2A815D) is known color: Sea Green. HEX triplet: 2A, 81 and 5D. RGB value is (42,129,93). Sum of RGB (Red+Green+Blue) = 42+129+93=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #2A815D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A815D is #D57EA2. Grayscale: #626262. Windows color (decimal): -13991587 or 6127914. OLE color: 6127914.
HSL color Cylindrical-coordinate representation of color #2A815D: hue angle of 155.17º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A815D is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 129 | 93 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.49 |
| HSL | 155.17º | 0.51% | 0.34% | - |
| HSV(B) | 155.17º | 0.67% | 0.51% | - |
| XYZ | 10.78 | 16.98 | 13.07 | - |
| YUV | 98.88 | 124.68 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 129 | 93 | 0.67 | 0 | 0.28 | 0.49 | 155.17 | 0.51 | 0.34 |
| Hex | 2A | 81 | 5D | 43 | 0 | 1C | 31 | 9B | 33 | 22 |
| Octal | 52 | 201 | 135 | 103 | 0 | 34 | 61 | 233 | 63 | 42 |
| Binary | 101010 | 10000001 | 1011101 | 1000011 | 0 | 11100 | 110001 | 10011011 | 110011 | 100010 |
Color Harmonies of #2A815D
Complementary color
Monochromatic Colors of #2A815D
Black with #2A815D
Text Example
Text Example
White with #2A815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A815D; }
p { color: rgb(42,129,93); }
H1.HeaderClassName
{
color: #2A815D;
}
.AnyTagClassName
{
color: #2A815D;
}
</style>
background-color css
<style>
a { background-color: #2A815D; }
a { background-color: rgb(42,129,93); }
div.DivClassName
{
background-color: #2A815D;
}
.BgClassName
{
background-color: #2A815D;
}
</style>
border-color css
<style>
span { border-color: #2A815D; }
span { border-color: rgb(42,129,93); }
td.TdClassName
{
border-color: #2A815D;
}
.TagClassName
{
border-color: #2A815D;
}
</style>