Shades of Sea Green #2B925A
Tints of Sea Green #2B925A
RGB
CMYK
RGB Variations
Color information
#2B925A (or 0x2B925A) is known color: Sea Green. HEX triplet: 2B, 92 and 5A. RGB value is (43,146,90). Sum of RGB (Red+Green+Blue) = 43+146+90=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #2B925A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B925A is #D46DA5. Grayscale: #6C6C6C. Windows color (decimal): -13921702 or 5935659. OLE color: 5935659.
HSL color Cylindrical-coordinate representation of color #2B925A: hue angle of 147.38º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B925A is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 146 | 90 | - |
| CMYK | 0.71 | 0 | 0.38 | 0.43 |
| HSL | 147.38º | 0.54% | 0.37% | - |
| HSV(B) | 147.38º | 0.71% | 0.57% | - |
| XYZ | 13.12 | 21.81 | 13.19 | - |
| YUV | 108.82 | 117.38 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 90 | 0.71 | 0 | 0.38 | 0.43 | 147.38 | 0.54 | 0.37 |
| Hex | 2B | 92 | 5A | 47 | 0 | 26 | 2B | 93 | 36 | 25 |
| Octal | 53 | 222 | 132 | 107 | 0 | 46 | 53 | 223 | 66 | 45 |
| Binary | 101011 | 10010010 | 1011010 | 1000111 | 0 | 100110 | 101011 | 10010011 | 110110 | 100101 |
Color Harmonies of #2B925A
Complementary color
Monochromatic Colors of #2B925A
Black with #2B925A
Text Example
Text Example
White with #2B925A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B925A; }
p { color: rgb(43,146,90); }
H1.HeaderClassName
{
color: #2B925A;
}
.AnyTagClassName
{
color: #2B925A;
}
</style>
background-color css
<style>
a { background-color: #2B925A; }
a { background-color: rgb(43,146,90); }
div.DivClassName
{
background-color: #2B925A;
}
.BgClassName
{
background-color: #2B925A;
}
</style>
border-color css
<style>
span { border-color: #2B925A; }
span { border-color: rgb(43,146,90); }
td.TdClassName
{
border-color: #2B925A;
}
.TagClassName
{
border-color: #2B925A;
}
</style>