Shades of Sea Green #2B9141
Tints of Sea Green #2B9141
RGB
CMYK
RGB Variations
Color information
#2B9141 (or 0x2B9141) is known color: Sea Green. HEX triplet: 2B, 91 and 41. RGB value is (43,145,65). Sum of RGB (Red+Green+Blue) = 43+145+65=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #2B9141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9141 is #D46EBE. Grayscale: #696969. Windows color (decimal): -13921983 or 4297003. OLE color: 4297003.
HSL color Cylindrical-coordinate representation of color #2B9141: hue angle of 132.94º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B9141 is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 145 | 65 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.43 |
| HSL | 132.94º | 0.54% | 0.37% | - |
| HSV(B) | 132.94º | 0.7% | 0.57% | - |
| XYZ | 12.08 | 21.15 | 8.45 | - |
| YUV | 105.38 | 105.21 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 145 | 65 | 0.70 | 0 | 0.55 | 0.43 | 132.94 | 0.54 | 0.37 |
| Hex | 2B | 91 | 41 | 46 | 0 | 37 | 2B | 85 | 36 | 25 |
| Octal | 53 | 221 | 101 | 106 | 0 | 67 | 53 | 205 | 66 | 45 |
| Binary | 101011 | 10010001 | 1000001 | 1000110 | 0 | 110111 | 101011 | 10000101 | 110110 | 100101 |
Color Harmonies of #2B9141
Complementary color
Monochromatic Colors of #2B9141
Black with #2B9141
Text Example
Text Example
White with #2B9141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9141; }
p { color: rgb(43,145,65); }
H1.HeaderClassName
{
color: #2B9141;
}
.AnyTagClassName
{
color: #2B9141;
}
</style>
background-color css
<style>
a { background-color: #2B9141; }
a { background-color: rgb(43,145,65); }
div.DivClassName
{
background-color: #2B9141;
}
.BgClassName
{
background-color: #2B9141;
}
</style>
border-color css
<style>
span { border-color: #2B9141; }
span { border-color: rgb(43,145,65); }
td.TdClassName
{
border-color: #2B9141;
}
.TagClassName
{
border-color: #2B9141;
}
</style>