Shades of Sea Green #2A9648
Tints of Sea Green #2A9648
RGB
CMYK
RGB Variations
Color information
#2A9648 (or 0x2A9648) is known color: Sea Green. HEX triplet: 2A, 96 and 48. RGB value is (42,150,72). Sum of RGB (Red+Green+Blue) = 42+150+72=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 150 (58.98% from 255 or 56.82% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 150 - color contains mainly: green. Hex color #2A9648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9648 is #D569B7. Grayscale: #6D6D6D. Windows color (decimal): -13986232 or 4757034. OLE color: 4757034.
HSL color Cylindrical-coordinate representation of color #2A9648: hue angle of 136.67º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9648 is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 150 | 72 | - |
| CMYK | 0.72 | 0 | 0.52 | 0.41 |
| HSL | 136.67º | 0.56% | 0.38% | - |
| HSV(B) | 136.67º | 0.72% | 0.59% | - |
| XYZ | 13.03 | 22.77 | 9.84 | - |
| YUV | 108.82 | 107.22 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 150 | 72 | 0.72 | 0 | 0.52 | 0.41 | 136.67 | 0.56 | 0.38 |
| Hex | 2A | 96 | 48 | 48 | 0 | 34 | 29 | 89 | 38 | 26 |
| Octal | 52 | 226 | 110 | 110 | 0 | 64 | 51 | 211 | 70 | 46 |
| Binary | 101010 | 10010110 | 1001000 | 1001000 | 0 | 110100 | 101001 | 10001001 | 111000 | 100110 |
Color Harmonies of #2A9648
Complementary color
Monochromatic Colors of #2A9648
Black with #2A9648
Text Example
Text Example
White with #2A9648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9648; }
p { color: rgb(42,150,72); }
H1.HeaderClassName
{
color: #2A9648;
}
.AnyTagClassName
{
color: #2A9648;
}
</style>
background-color css
<style>
a { background-color: #2A9648; }
a { background-color: rgb(42,150,72); }
div.DivClassName
{
background-color: #2A9648;
}
.BgClassName
{
background-color: #2A9648;
}
</style>
border-color css
<style>
span { border-color: #2A9648; }
span { border-color: rgb(42,150,72); }
td.TdClassName
{
border-color: #2A9648;
}
.TagClassName
{
border-color: #2A9648;
}
</style>