Shades of Sea Green #2A7E54
Tints of Sea Green #2A7E54
RGB
CMYK
RGB Variations
Color information
#2A7E54 (or 0x2A7E54) is known color: Sea Green. HEX triplet: 2A, 7E and 54. RGB value is (42,126,84). Sum of RGB (Red+Green+Blue) = 42+126+84=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 126 (49.61% from 255 or 50% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 126 - color contains mainly: green. Hex color #2A7E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7E54 is #D581AB. Grayscale: #606060. Windows color (decimal): -13992364 or 5537322. OLE color: 5537322.
HSL color Cylindrical-coordinate representation of color #2A7E54: hue angle of 150º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A7E54 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 126 | 84 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.51 |
| HSL | 150º | 0.5% | 0.33% | - |
| HSV(B) | 150º | 0.67% | 0.49% | - |
| XYZ | 10.02 | 16.05 | 10.96 | - |
| YUV | 96.1 | 121.17 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 126 | 84 | 0.67 | 0 | 0.33 | 0.51 | 150 | 0.5 | 0.33 |
| Hex | 2A | 7E | 54 | 43 | 0 | 21 | 33 | 96 | 32 | 21 |
| Octal | 52 | 176 | 124 | 103 | 0 | 41 | 63 | 226 | 62 | 41 |
| Binary | 101010 | 1111110 | 1010100 | 1000011 | 0 | 100001 | 110011 | 10010110 | 110010 | 100001 |
Color Harmonies of #2A7E54
Complementary color
Monochromatic Colors of #2A7E54
Black with #2A7E54
Text Example
Text Example
White with #2A7E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7E54; }
p { color: rgb(42,126,84); }
H1.HeaderClassName
{
color: #2A7E54;
}
.AnyTagClassName
{
color: #2A7E54;
}
</style>
background-color css
<style>
a { background-color: #2A7E54; }
a { background-color: rgb(42,126,84); }
div.DivClassName
{
background-color: #2A7E54;
}
.BgClassName
{
background-color: #2A7E54;
}
</style>
border-color css
<style>
span { border-color: #2A7E54; }
span { border-color: rgb(42,126,84); }
td.TdClassName
{
border-color: #2A7E54;
}
.TagClassName
{
border-color: #2A7E54;
}
</style>