Shades of Sea Green #2A9A48
Tints of Sea Green #2A9A48
RGB
CMYK
RGB Variations
Color information
#2A9A48 (or 0x2A9A48) is known color: Sea Green. HEX triplet: 2A, 9A and 48. RGB value is (42,154,72). Sum of RGB (Red+Green+Blue) = 42+154+72=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 154 (60.55% from 255 or 57.46% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 154 - color contains mainly: green. Hex color #2A9A48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9A48 is #D565B7. Grayscale: #6F6F6F. Windows color (decimal): -13985208 or 4758058. OLE color: 4758058.
HSL color Cylindrical-coordinate representation of color #2A9A48: hue angle of 136.07º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9A48 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 154 | 72 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.40 |
| HSL | 136.07º | 0.57% | 0.38% | - |
| HSV(B) | 136.07º | 0.73% | 0.6% | - |
| XYZ | 13.68 | 24.07 | 10.06 | - |
| YUV | 111.16 | 105.89 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 154 | 72 | 0.73 | 0 | 0.53 | 0.40 | 136.07 | 0.57 | 0.38 |
| Hex | 2A | 9A | 48 | 49 | 0 | 35 | 28 | 88 | 39 | 26 |
| Octal | 52 | 232 | 110 | 111 | 0 | 65 | 50 | 210 | 71 | 46 |
| Binary | 101010 | 10011010 | 1001000 | 1001001 | 0 | 110101 | 101000 | 10001000 | 111001 | 100110 |
Color Harmonies of #2A9A48
Complementary color
Monochromatic Colors of #2A9A48
Black with #2A9A48
Text Example
Text Example
White with #2A9A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9A48; }
p { color: rgb(42,154,72); }
H1.HeaderClassName
{
color: #2A9A48;
}
.AnyTagClassName
{
color: #2A9A48;
}
</style>
background-color css
<style>
a { background-color: #2A9A48; }
a { background-color: rgb(42,154,72); }
div.DivClassName
{
background-color: #2A9A48;
}
.BgClassName
{
background-color: #2A9A48;
}
</style>
border-color css
<style>
span { border-color: #2A9A48; }
span { border-color: rgb(42,154,72); }
td.TdClassName
{
border-color: #2A9A48;
}
.TagClassName
{
border-color: #2A9A48;
}
</style>