Shades of Sea Green #288252
Tints of Sea Green #288252
RGB
CMYK
RGB Variations
Color information
#288252 (or 0x288252) is known color: Sea Green. HEX triplet: 28, 82 and 52. RGB value is (40,130,82). Sum of RGB (Red+Green+Blue) = 40+130+82=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #288252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288252 is #D77DAD. Grayscale: #616161. Windows color (decimal): -14122414 or 5407272. OLE color: 5407272.
HSL color Cylindrical-coordinate representation of color #288252: hue angle of 148º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288252 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 82 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.49 |
| HSL | 148º | 0.53% | 0.33% | - |
| HSV(B) | 148º | 0.69% | 0.51% | - |
| XYZ | 10.38 | 17.03 | 10.72 | - |
| YUV | 97.62 | 119.18 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 82 | 0.69 | 0 | 0.37 | 0.49 | 148 | 0.53 | 0.33 |
| Hex | 28 | 82 | 52 | 45 | 0 | 25 | 31 | 94 | 35 | 21 |
| Octal | 50 | 202 | 122 | 105 | 0 | 45 | 61 | 224 | 65 | 41 |
| Binary | 101000 | 10000010 | 1010010 | 1000101 | 0 | 100101 | 110001 | 10010100 | 110101 | 100001 |
Color Harmonies of #288252
Complementary color
Monochromatic Colors of #288252
Black with #288252
Text Example
Text Example
White with #288252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288252; }
p { color: rgb(40,130,82); }
H1.HeaderClassName
{
color: #288252;
}
.AnyTagClassName
{
color: #288252;
}
</style>
background-color css
<style>
a { background-color: #288252; }
a { background-color: rgb(40,130,82); }
div.DivClassName
{
background-color: #288252;
}
.BgClassName
{
background-color: #288252;
}
</style>
border-color css
<style>
span { border-color: #288252; }
span { border-color: rgb(40,130,82); }
td.TdClassName
{
border-color: #288252;
}
.TagClassName
{
border-color: #288252;
}
</style>