Shades of Sea Green #2B994C
Tints of Sea Green #2B994C
RGB
CMYK
RGB Variations
Color information
#2B994C (or 0x2B994C) is known color: Sea Green. HEX triplet: 2B, 99 and 4C. RGB value is (43,153,76). Sum of RGB (Red+Green+Blue) = 43+153+76=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #2B994C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B994C is #D466B3. Grayscale: #6F6F6F. Windows color (decimal): -13919924 or 5019947. OLE color: 5019947.
HSL color Cylindrical-coordinate representation of color #2B994C: hue angle of 138º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B994C is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 153 | 76 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.4 |
| HSL | 138º | 0.56% | 0.38% | - |
| HSV(B) | 138º | 0.72% | 0.6% | - |
| XYZ | 13.69 | 23.82 | 10.71 | - |
| YUV | 111.33 | 108.06 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 153 | 76 | 0.72 | 0 | 0.50 | 0.4 | 138 | 0.56 | 0.38 |
| Hex | 2B | 99 | 4C | 48 | 0 | 32 | 28 | 8A | 38 | 26 |
| Octal | 53 | 231 | 114 | 110 | 0 | 62 | 50 | 212 | 70 | 46 |
| Binary | 101011 | 10011001 | 1001100 | 1001000 | 0 | 110010 | 101000 | 10001010 | 111000 | 100110 |
Color Harmonies of #2B994C
Complementary color
Monochromatic Colors of #2B994C
Black with #2B994C
Text Example
Text Example
White with #2B994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B994C; }
p { color: rgb(43,153,76); }
H1.HeaderClassName
{
color: #2B994C;
}
.AnyTagClassName
{
color: #2B994C;
}
</style>
background-color css
<style>
a { background-color: #2B994C; }
a { background-color: rgb(43,153,76); }
div.DivClassName
{
background-color: #2B994C;
}
.BgClassName
{
background-color: #2B994C;
}
</style>
border-color css
<style>
span { border-color: #2B994C; }
span { border-color: rgb(43,153,76); }
td.TdClassName
{
border-color: #2B994C;
}
.TagClassName
{
border-color: #2B994C;
}
</style>