Shades of Sea Green #229150
Tints of Sea Green #229150
RGB
CMYK
RGB Variations
Color information
#229150 (or 0x229150) is known color: Sea Green. HEX triplet: 22, 91 and 50. RGB value is (34,145,80). Sum of RGB (Red+Green+Blue) = 34+145+80=259 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.13% from 259); Green value is 145 (57.03% from 255 or 55.98% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 145 - color contains mainly: green. Hex color #229150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229150 is #DD6EAF. Grayscale: #686868. Windows color (decimal): -14511792 or 5280034. OLE color: 5280034.
HSL color Cylindrical-coordinate representation of color #229150: hue angle of 144.86º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229150 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 145 | 80 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.43 |
| HSL | 144.86º | 0.62% | 0.35% | - |
| HSV(B) | 144.86º | 0.77% | 0.57% | - |
| XYZ | 12.23 | 21.17 | 11.03 | - |
| YUV | 104.4 | 114.23 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 145 | 80 | 0.77 | 0 | 0.45 | 0.43 | 144.86 | 0.62 | 0.35 |
| Hex | 22 | 91 | 50 | 4D | 0 | 2D | 2B | 91 | 3E | 23 |
| Octal | 42 | 221 | 120 | 115 | 0 | 55 | 53 | 221 | 76 | 43 |
| Binary | 100010 | 10010001 | 1010000 | 1001101 | 0 | 101101 | 101011 | 10010001 | 111110 | 100011 |
Color Harmonies of #229150
Complementary color
Monochromatic Colors of #229150
Black with #229150
Text Example
Text Example
White with #229150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229150; }
p { color: rgb(34,145,80); }
H1.HeaderClassName
{
color: #229150;
}
.AnyTagClassName
{
color: #229150;
}
</style>
background-color css
<style>
a { background-color: #229150; }
a { background-color: rgb(34,145,80); }
div.DivClassName
{
background-color: #229150;
}
.BgClassName
{
background-color: #229150;
}
</style>
border-color css
<style>
span { border-color: #229150; }
span { border-color: rgb(34,145,80); }
td.TdClassName
{
border-color: #229150;
}
.TagClassName
{
border-color: #229150;
}
</style>