Shades of Sea Green #229148
Tints of Sea Green #229148
RGB
CMYK
RGB Variations
Color information
#229148 (or 0x229148) is known color: Sea Green. HEX triplet: 22, 91 and 48. RGB value is (34,145,72). Sum of RGB (Red+Green+Blue) = 34+145+72=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 145 (57.03% from 255 or 57.77% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 145 - color contains mainly: green. Hex color #229148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #229148 is #DD6EB7. Grayscale: #676767. Windows color (decimal): -14511800 or 4755746. OLE color: 4755746.
HSL color Cylindrical-coordinate representation of color #229148: hue angle of 140.54º 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 #229148 is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 145 | 72 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.43 |
| HSL | 140.54º | 0.62% | 0.35% | - |
| HSV(B) | 140.54º | 0.77% | 0.57% | - |
| XYZ | 11.95 | 21.06 | 9.57 | - |
| YUV | 103.49 | 110.23 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 145 | 72 | 0.77 | 0 | 0.50 | 0.43 | 140.54 | 0.62 | 0.35 |
| Hex | 22 | 91 | 48 | 4D | 0 | 32 | 2B | 8D | 3E | 23 |
| Octal | 42 | 221 | 110 | 115 | 0 | 62 | 53 | 215 | 76 | 43 |
| Binary | 100010 | 10010001 | 1001000 | 1001101 | 0 | 110010 | 101011 | 10001101 | 111110 | 100011 |
Color Harmonies of #229148
Complementary color
Monochromatic Colors of #229148
Black with #229148
Text Example
Text Example
White with #229148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229148; }
p { color: rgb(34,145,72); }
H1.HeaderClassName
{
color: #229148;
}
.AnyTagClassName
{
color: #229148;
}
</style>
background-color css
<style>
a { background-color: #229148; }
a { background-color: rgb(34,145,72); }
div.DivClassName
{
background-color: #229148;
}
.BgClassName
{
background-color: #229148;
}
</style>
border-color css
<style>
span { border-color: #229148; }
span { border-color: rgb(34,145,72); }
td.TdClassName
{
border-color: #229148;
}
.TagClassName
{
border-color: #229148;
}
</style>