Shades of Sea Green #2B933F
Tints of Sea Green #2B933F
RGB
CMYK
RGB Variations
Color information
#2B933F (or 0x2B933F) is known color: Sea Green. HEX triplet: 2B, 93 and 3F. RGB value is (43,147,63). Sum of RGB (Red+Green+Blue) = 43+147+63=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 147 (57.81% from 255 or 58.10% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 147 - color contains mainly: green. Hex color #2B933F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B933F is #D46CC0. Grayscale: #6A6A6A. Windows color (decimal): -13921473 or 4166443. OLE color: 4166443.
HSL color Cylindrical-coordinate representation of color #2B933F: hue angle of 131.54º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B933F is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 147 | 63 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.42 |
| HSL | 131.54º | 0.55% | 0.37% | - |
| HSV(B) | 131.54º | 0.71% | 0.58% | - |
| XYZ | 12.33 | 21.74 | 8.25 | - |
| YUV | 106.33 | 103.54 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 147 | 63 | 0.71 | 0 | 0.57 | 0.42 | 131.54 | 0.55 | 0.37 |
| Hex | 2B | 93 | 3F | 47 | 0 | 39 | 2A | 84 | 37 | 25 |
| Octal | 53 | 223 | 77 | 107 | 0 | 71 | 52 | 204 | 67 | 45 |
| Binary | 101011 | 10010011 | 111111 | 1000111 | 0 | 111001 | 101010 | 10000100 | 110111 | 100101 |
Color Harmonies of #2B933F
Complementary color
Monochromatic Colors of #2B933F
Black with #2B933F
Text Example
Text Example
White with #2B933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B933F; }
p { color: rgb(43,147,63); }
H1.HeaderClassName
{
color: #2B933F;
}
.AnyTagClassName
{
color: #2B933F;
}
</style>
background-color css
<style>
a { background-color: #2B933F; }
a { background-color: rgb(43,147,63); }
div.DivClassName
{
background-color: #2B933F;
}
.BgClassName
{
background-color: #2B933F;
}
</style>
border-color css
<style>
span { border-color: #2B933F; }
span { border-color: rgb(43,147,63); }
td.TdClassName
{
border-color: #2B933F;
}
.TagClassName
{
border-color: #2B933F;
}
</style>