Shades of Sea Green #2B954A
Tints of Sea Green #2B954A
RGB
CMYK
RGB Variations
Color information
#2B954A (or 0x2B954A) is known color: Sea Green. HEX triplet: 2B, 95 and 4A. RGB value is (43,149,74). Sum of RGB (Red+Green+Blue) = 43+149+74=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #2B954A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B954A is #D46AB5. Grayscale: #6C6C6C. Windows color (decimal): -13920950 or 4887851. OLE color: 4887851.
HSL color Cylindrical-coordinate representation of color #2B954A: hue angle of 137.55º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B954A is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 149 | 74 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.42 |
| HSL | 137.55º | 0.55% | 0.38% | - |
| HSV(B) | 137.55º | 0.71% | 0.58% | - |
| XYZ | 12.98 | 22.5 | 10.14 | - |
| YUV | 108.76 | 108.38 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 149 | 74 | 0.71 | 0 | 0.50 | 0.42 | 137.55 | 0.55 | 0.38 |
| Hex | 2B | 95 | 4A | 47 | 0 | 32 | 2A | 8A | 37 | 26 |
| Octal | 53 | 225 | 112 | 107 | 0 | 62 | 52 | 212 | 67 | 46 |
| Binary | 101011 | 10010101 | 1001010 | 1000111 | 0 | 110010 | 101010 | 10001010 | 110111 | 100110 |
Color Harmonies of #2B954A
Complementary color
Monochromatic Colors of #2B954A
Black with #2B954A
Text Example
Text Example
White with #2B954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B954A; }
p { color: rgb(43,149,74); }
H1.HeaderClassName
{
color: #2B954A;
}
.AnyTagClassName
{
color: #2B954A;
}
</style>
background-color css
<style>
a { background-color: #2B954A; }
a { background-color: rgb(43,149,74); }
div.DivClassName
{
background-color: #2B954A;
}
.BgClassName
{
background-color: #2B954A;
}
</style>
border-color css
<style>
span { border-color: #2B954A; }
span { border-color: rgb(43,149,74); }
td.TdClassName
{
border-color: #2B954A;
}
.TagClassName
{
border-color: #2B954A;
}
</style>