Shades of Sea Green #2A8F4F
Tints of Sea Green #2A8F4F
RGB
CMYK
RGB Variations
Color information
#2A8F4F (or 0x2A8F4F) is known color: Sea Green. HEX triplet: 2A, 8F and 4F. RGB value is (42,143,79). Sum of RGB (Red+Green+Blue) = 42+143+79=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 143 (56.25% from 255 or 54.17% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 143 - color contains mainly: green. Hex color #2A8F4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8F4F is #D570B0. Grayscale: #696969. Windows color (decimal): -13988017 or 5213994. OLE color: 5213994.
HSL color Cylindrical-coordinate representation of color #2A8F4F: hue angle of 141.98º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A8F4F is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 143 | 79 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.44 |
| HSL | 141.98º | 0.55% | 0.36% | - |
| HSV(B) | 141.98º | 0.71% | 0.56% | - |
| XYZ | 12.19 | 20.7 | 10.75 | - |
| YUV | 105.51 | 113.04 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 143 | 79 | 0.71 | 0 | 0.45 | 0.44 | 141.98 | 0.55 | 0.36 |
| Hex | 2A | 8F | 4F | 47 | 0 | 2D | 2C | 8E | 37 | 24 |
| Octal | 52 | 217 | 117 | 107 | 0 | 55 | 54 | 216 | 67 | 44 |
| Binary | 101010 | 10001111 | 1001111 | 1000111 | 0 | 101101 | 101100 | 10001110 | 110111 | 100100 |
Color Harmonies of #2A8F4F
Complementary color
Monochromatic Colors of #2A8F4F
Black with #2A8F4F
Text Example
Text Example
White with #2A8F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8F4F; }
p { color: rgb(42,143,79); }
H1.HeaderClassName
{
color: #2A8F4F;
}
.AnyTagClassName
{
color: #2A8F4F;
}
</style>
background-color css
<style>
a { background-color: #2A8F4F; }
a { background-color: rgb(42,143,79); }
div.DivClassName
{
background-color: #2A8F4F;
}
.BgClassName
{
background-color: #2A8F4F;
}
</style>
border-color css
<style>
span { border-color: #2A8F4F; }
span { border-color: rgb(42,143,79); }
td.TdClassName
{
border-color: #2A8F4F;
}
.TagClassName
{
border-color: #2A8F4F;
}
</style>