Shades of Sea Green #2B953F
Tints of Sea Green #2B953F
RGB
CMYK
RGB Variations
Color information
#2B953F (or 0x2B953F) is known color: Sea Green. HEX triplet: 2B, 95 and 3F. RGB value is (43,149,63). Sum of RGB (Red+Green+Blue) = 43+149+63=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 149 (58.59% from 255 or 58.43% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 149 - color contains mainly: green. Hex color #2B953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B953F is #D46AC0. Grayscale: #6B6B6B. Windows color (decimal): -13920961 or 4166955. OLE color: 4166955.
HSL color Cylindrical-coordinate representation of color #2B953F: hue angle of 131.32º 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 #2B953F is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 149 | 63 | - |
| CMYK | 0.71 | 0 | 0.58 | 0.42 |
| HSL | 131.32º | 0.55% | 0.38% | - |
| HSV(B) | 131.32º | 0.71% | 0.58% | - |
| XYZ | 12.64 | 22.37 | 8.35 | - |
| YUV | 107.5 | 102.88 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 149 | 63 | 0.71 | 0 | 0.58 | 0.42 | 131.32 | 0.55 | 0.38 |
| Hex | 2B | 95 | 3F | 47 | 0 | 3A | 2A | 83 | 37 | 26 |
| Octal | 53 | 225 | 77 | 107 | 0 | 72 | 52 | 203 | 67 | 46 |
| Binary | 101011 | 10010101 | 111111 | 1000111 | 0 | 111010 | 101010 | 10000011 | 110111 | 100110 |
Color Harmonies of #2B953F
Complementary color
Monochromatic Colors of #2B953F
Black with #2B953F
Text Example
Text Example
White with #2B953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B953F; }
p { color: rgb(43,149,63); }
H1.HeaderClassName
{
color: #2B953F;
}
.AnyTagClassName
{
color: #2B953F;
}
</style>
background-color css
<style>
a { background-color: #2B953F; }
a { background-color: rgb(43,149,63); }
div.DivClassName
{
background-color: #2B953F;
}
.BgClassName
{
background-color: #2B953F;
}
</style>
border-color css
<style>
span { border-color: #2B953F; }
span { border-color: rgb(43,149,63); }
td.TdClassName
{
border-color: #2B953F;
}
.TagClassName
{
border-color: #2B953F;
}
</style>