Shades of Sea Green #2A9B4C
Tints of Sea Green #2A9B4C
RGB
CMYK
RGB Variations
Color information
#2A9B4C (or 0x2A9B4C) is known color: Sea Green. HEX triplet: 2A, 9B and 4C. RGB value is (42,155,76). Sum of RGB (Red+Green+Blue) = 42+155+76=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #2A9B4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9B4C is #D564B3. Grayscale: #707070. Windows color (decimal): -13984948 or 5020458. OLE color: 5020458.
HSL color Cylindrical-coordinate representation of color #2A9B4C: hue angle of 138.05º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9B4C is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 155 | 76 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.39 |
| HSL | 138.05º | 0.57% | 0.39% | - |
| HSV(B) | 138.05º | 0.73% | 0.61% | - |
| XYZ | 13.98 | 24.46 | 10.82 | - |
| YUV | 112.21 | 107.56 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 155 | 76 | 0.73 | 0 | 0.51 | 0.39 | 138.05 | 0.57 | 0.39 |
| Hex | 2A | 9B | 4C | 49 | 0 | 33 | 27 | 8A | 39 | 27 |
| Octal | 52 | 233 | 114 | 111 | 0 | 63 | 47 | 212 | 71 | 47 |
| Binary | 101010 | 10011011 | 1001100 | 1001001 | 0 | 110011 | 100111 | 10001010 | 111001 | 100111 |
Color Harmonies of #2A9B4C
Complementary color
Monochromatic Colors of #2A9B4C
Black with #2A9B4C
Text Example
Text Example
White with #2A9B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9B4C; }
p { color: rgb(42,155,76); }
H1.HeaderClassName
{
color: #2A9B4C;
}
.AnyTagClassName
{
color: #2A9B4C;
}
</style>
background-color css
<style>
a { background-color: #2A9B4C; }
a { background-color: rgb(42,155,76); }
div.DivClassName
{
background-color: #2A9B4C;
}
.BgClassName
{
background-color: #2A9B4C;
}
</style>
border-color css
<style>
span { border-color: #2A9B4C; }
span { border-color: rgb(42,155,76); }
td.TdClassName
{
border-color: #2A9B4C;
}
.TagClassName
{
border-color: #2A9B4C;
}
</style>