Shades of Sea Green #2A943F
Tints of Sea Green #2A943F
RGB
CMYK
RGB Variations
Color information
#2A943F (or 0x2A943F) is known color: Sea Green. HEX triplet: 2A, 94 and 3F. RGB value is (42,148,63). Sum of RGB (Red+Green+Blue) = 42+148+63=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 148 (58.20% from 255 or 58.50% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 148 - color contains mainly: green. Hex color #2A943F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A943F is #D56BC0. Grayscale: #6A6A6A. Windows color (decimal): -13986753 or 4166698. OLE color: 4166698.
HSL color Cylindrical-coordinate representation of color #2A943F: hue angle of 131.89º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A943F is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 148 | 63 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.42 |
| HSL | 131.89º | 0.56% | 0.37% | - |
| HSV(B) | 131.89º | 0.72% | 0.58% | - |
| XYZ | 12.44 | 22.03 | 8.3 | - |
| YUV | 106.62 | 103.38 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 148 | 63 | 0.72 | 0 | 0.57 | 0.42 | 131.89 | 0.56 | 0.37 |
| Hex | 2A | 94 | 3F | 48 | 0 | 39 | 2A | 84 | 38 | 25 |
| Octal | 52 | 224 | 77 | 110 | 0 | 71 | 52 | 204 | 70 | 45 |
| Binary | 101010 | 10010100 | 111111 | 1001000 | 0 | 111001 | 101010 | 10000100 | 111000 | 100101 |
Color Harmonies of #2A943F
Complementary color
Monochromatic Colors of #2A943F
Black with #2A943F
Text Example
Text Example
White with #2A943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A943F; }
p { color: rgb(42,148,63); }
H1.HeaderClassName
{
color: #2A943F;
}
.AnyTagClassName
{
color: #2A943F;
}
</style>
background-color css
<style>
a { background-color: #2A943F; }
a { background-color: rgb(42,148,63); }
div.DivClassName
{
background-color: #2A943F;
}
.BgClassName
{
background-color: #2A943F;
}
</style>
border-color css
<style>
span { border-color: #2A943F; }
span { border-color: rgb(42,148,63); }
td.TdClassName
{
border-color: #2A943F;
}
.TagClassName
{
border-color: #2A943F;
}
</style>