Shades of Sea Green #2A815C
Tints of Sea Green #2A815C
RGB
CMYK
RGB Variations
Color information
#2A815C (or 0x2A815C) is known color: Sea Green. HEX triplet: 2A, 81 and 5C. RGB value is (42,129,92). Sum of RGB (Red+Green+Blue) = 42+129+92=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #2A815C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A815C is #D57EA3. Grayscale: #626262. Windows color (decimal): -13991588 or 6062378. OLE color: 6062378.
HSL color Cylindrical-coordinate representation of color #2A815C: hue angle of 154.48º 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 #2A815C is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 129 | 92 | - |
| CMYK | 0.67 | 0 | 0.29 | 0.49 |
| HSL | 154.48º | 0.51% | 0.34% | - |
| HSV(B) | 154.48º | 0.67% | 0.51% | - |
| XYZ | 10.74 | 16.97 | 12.83 | - |
| YUV | 98.77 | 124.18 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 129 | 92 | 0.67 | 0 | 0.29 | 0.49 | 154.48 | 0.51 | 0.34 |
| Hex | 2A | 81 | 5C | 43 | 0 | 1D | 31 | 9A | 33 | 22 |
| Octal | 52 | 201 | 134 | 103 | 0 | 35 | 61 | 232 | 63 | 42 |
| Binary | 101010 | 10000001 | 1011100 | 1000011 | 0 | 11101 | 110001 | 10011010 | 110011 | 100010 |
Color Harmonies of #2A815C
Complementary color
Monochromatic Colors of #2A815C
Black with #2A815C
Text Example
Text Example
White with #2A815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A815C; }
p { color: rgb(42,129,92); }
H1.HeaderClassName
{
color: #2A815C;
}
.AnyTagClassName
{
color: #2A815C;
}
</style>
background-color css
<style>
a { background-color: #2A815C; }
a { background-color: rgb(42,129,92); }
div.DivClassName
{
background-color: #2A815C;
}
.BgClassName
{
background-color: #2A815C;
}
</style>
border-color css
<style>
span { border-color: #2A815C; }
span { border-color: rgb(42,129,92); }
td.TdClassName
{
border-color: #2A815C;
}
.TagClassName
{
border-color: #2A815C;
}
</style>