Shades of Sea Green #2B905C
Tints of Sea Green #2B905C
RGB
CMYK
RGB Variations
Color information
#2B905C (or 0x2B905C) is known color: Sea Green. HEX triplet: 2B, 90 and 5C. RGB value is (43,144,92). Sum of RGB (Red+Green+Blue) = 43+144+92=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 144 (56.64% from 255 or 51.61% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 144 - color contains mainly: green. Hex color #2B905C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B905C is #D46FA3. Grayscale: #6B6B6B. Windows color (decimal): -13922212 or 6066219. OLE color: 6066219.
HSL color Cylindrical-coordinate representation of color #2B905C: hue angle of 149.11º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B905C is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 144 | 92 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.44 |
| HSL | 149.11º | 0.54% | 0.37% | - |
| HSV(B) | 149.11º | 0.7% | 0.56% | - |
| XYZ | 12.9 | 21.23 | 13.54 | - |
| YUV | 107.87 | 119.04 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 144 | 92 | 0.70 | 0 | 0.36 | 0.44 | 149.11 | 0.54 | 0.37 |
| Hex | 2B | 90 | 5C | 46 | 0 | 24 | 2C | 95 | 36 | 25 |
| Octal | 53 | 220 | 134 | 106 | 0 | 44 | 54 | 225 | 66 | 45 |
| Binary | 101011 | 10010000 | 1011100 | 1000110 | 0 | 100100 | 101100 | 10010101 | 110110 | 100101 |
Color Harmonies of #2B905C
Complementary color
Monochromatic Colors of #2B905C
Black with #2B905C
Text Example
Text Example
White with #2B905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B905C; }
p { color: rgb(43,144,92); }
H1.HeaderClassName
{
color: #2B905C;
}
.AnyTagClassName
{
color: #2B905C;
}
</style>
background-color css
<style>
a { background-color: #2B905C; }
a { background-color: rgb(43,144,92); }
div.DivClassName
{
background-color: #2B905C;
}
.BgClassName
{
background-color: #2B905C;
}
</style>
border-color css
<style>
span { border-color: #2B905C; }
span { border-color: rgb(43,144,92); }
td.TdClassName
{
border-color: #2B905C;
}
.TagClassName
{
border-color: #2B905C;
}
</style>