Shades of Sea Green #2B835A
Tints of Sea Green #2B835A
RGB
CMYK
RGB Variations
Color information
#2B835A (or 0x2B835A) is known color: Sea Green. HEX triplet: 2B, 83 and 5A. RGB value is (43,131,90). Sum of RGB (Red+Green+Blue) = 43+131+90=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #2B835A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B835A is #D47CA5. Grayscale: #646464. Windows color (decimal): -13925542 or 5931819. OLE color: 5931819.
HSL color Cylindrical-coordinate representation of color #2B835A: hue angle of 152.05º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B835A is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 131 | 90 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.49 |
| HSL | 152.05º | 0.51% | 0.34% | - |
| HSV(B) | 152.05º | 0.67% | 0.51% | - |
| XYZ | 10.96 | 17.48 | 12.47 | - |
| YUV | 100.01 | 122.35 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 131 | 90 | 0.67 | 0 | 0.31 | 0.49 | 152.05 | 0.51 | 0.34 |
| Hex | 2B | 83 | 5A | 43 | 0 | 1F | 31 | 98 | 33 | 22 |
| Octal | 53 | 203 | 132 | 103 | 0 | 37 | 61 | 230 | 63 | 42 |
| Binary | 101011 | 10000011 | 1011010 | 1000011 | 0 | 11111 | 110001 | 10011000 | 110011 | 100010 |
Color Harmonies of #2B835A
Complementary color
Monochromatic Colors of #2B835A
Black with #2B835A
Text Example
Text Example
White with #2B835A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B835A; }
p { color: rgb(43,131,90); }
H1.HeaderClassName
{
color: #2B835A;
}
.AnyTagClassName
{
color: #2B835A;
}
</style>
background-color css
<style>
a { background-color: #2B835A; }
a { background-color: rgb(43,131,90); }
div.DivClassName
{
background-color: #2B835A;
}
.BgClassName
{
background-color: #2B835A;
}
</style>
border-color css
<style>
span { border-color: #2B835A; }
span { border-color: rgb(43,131,90); }
td.TdClassName
{
border-color: #2B835A;
}
.TagClassName
{
border-color: #2B835A;
}
</style>