Shades of Sea Green #2A874F
Tints of Sea Green #2A874F
RGB
CMYK
RGB Variations
Color information
#2A874F (or 0x2A874F) is known color: Sea Green. HEX triplet: 2A, 87 and 4F. RGB value is (42,135,79). Sum of RGB (Red+Green+Blue) = 42+135+79=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #2A874F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A874F is #D578B0. Grayscale: #646464. Windows color (decimal): -13990065 or 5211946. OLE color: 5211946.
HSL color Cylindrical-coordinate representation of color #2A874F: hue angle of 143.87º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A874F is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 135 | 79 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.47 |
| HSL | 143.87º | 0.53% | 0.35% | - |
| HSV(B) | 143.87º | 0.69% | 0.53% | - |
| XYZ | 11.03 | 18.38 | 10.36 | - |
| YUV | 100.81 | 115.69 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 135 | 79 | 0.69 | 0 | 0.41 | 0.47 | 143.87 | 0.53 | 0.35 |
| Hex | 2A | 87 | 4F | 45 | 0 | 29 | 2F | 90 | 35 | 23 |
| Octal | 52 | 207 | 117 | 105 | 0 | 51 | 57 | 220 | 65 | 43 |
| Binary | 101010 | 10000111 | 1001111 | 1000101 | 0 | 101001 | 101111 | 10010000 | 110101 | 100011 |
Color Harmonies of #2A874F
Complementary color
Monochromatic Colors of #2A874F
Black with #2A874F
Text Example
Text Example
White with #2A874F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A874F; }
p { color: rgb(42,135,79); }
H1.HeaderClassName
{
color: #2A874F;
}
.AnyTagClassName
{
color: #2A874F;
}
</style>
background-color css
<style>
a { background-color: #2A874F; }
a { background-color: rgb(42,135,79); }
div.DivClassName
{
background-color: #2A874F;
}
.BgClassName
{
background-color: #2A874F;
}
</style>
border-color css
<style>
span { border-color: #2A874F; }
span { border-color: rgb(42,135,79); }
td.TdClassName
{
border-color: #2A874F;
}
.TagClassName
{
border-color: #2A874F;
}
</style>