Shades of Sea Green #2B855F
Tints of Sea Green #2B855F
RGB
CMYK
RGB Variations
Color information
#2B855F (or 0x2B855F) is known color: Sea Green. HEX triplet: 2B, 85 and 5F. RGB value is (43,133,95). Sum of RGB (Red+Green+Blue) = 43+133+95=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #2B855F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B855F is #D47AA0. Grayscale: #656565. Windows color (decimal): -13925025 or 6260011. OLE color: 6260011.
HSL color Cylindrical-coordinate representation of color #2B855F: hue angle of 154.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B855F is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 133 | 95 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.48 |
| HSL | 154.67º | 0.51% | 0.35% | - |
| HSV(B) | 154.67º | 0.68% | 0.52% | - |
| XYZ | 11.45 | 18.11 | 13.72 | - |
| YUV | 101.76 | 124.18 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 133 | 95 | 0.68 | 0 | 0.29 | 0.48 | 154.67 | 0.51 | 0.35 |
| Hex | 2B | 85 | 5F | 44 | 0 | 1D | 30 | 9B | 33 | 23 |
| Octal | 53 | 205 | 137 | 104 | 0 | 35 | 60 | 233 | 63 | 43 |
| Binary | 101011 | 10000101 | 1011111 | 1000100 | 0 | 11101 | 110000 | 10011011 | 110011 | 100011 |
Color Harmonies of #2B855F
Complementary color
Monochromatic Colors of #2B855F
Black with #2B855F
Text Example
Text Example
White with #2B855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B855F; }
p { color: rgb(43,133,95); }
H1.HeaderClassName
{
color: #2B855F;
}
.AnyTagClassName
{
color: #2B855F;
}
</style>
background-color css
<style>
a { background-color: #2B855F; }
a { background-color: rgb(43,133,95); }
div.DivClassName
{
background-color: #2B855F;
}
.BgClassName
{
background-color: #2B855F;
}
</style>
border-color css
<style>
span { border-color: #2B855F; }
span { border-color: rgb(43,133,95); }
td.TdClassName
{
border-color: #2B855F;
}
.TagClassName
{
border-color: #2B855F;
}
</style>