Shades of Sea Green #288242
Tints of Sea Green #288242
RGB
CMYK
RGB Variations
Color information
#288242 (or 0x288242) is known color: Sea Green. HEX triplet: 28, 82 and 42. RGB value is (40,130,66). Sum of RGB (Red+Green+Blue) = 40+130+66=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #288242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288242 is #D77DBD. Grayscale: #5F5F5F. Windows color (decimal): -14122430 or 4358696. OLE color: 4358696.
HSL color Cylindrical-coordinate representation of color #288242: hue angle of 137.33º 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 #288242 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 66 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.49 |
| HSL | 137.33º | 0.53% | 0.33% | - |
| HSV(B) | 137.33º | 0.69% | 0.51% | - |
| XYZ | 9.84 | 16.81 | 7.88 | - |
| YUV | 95.79 | 111.18 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 66 | 0.69 | 0 | 0.49 | 0.49 | 137.33 | 0.53 | 0.33 |
| Hex | 28 | 82 | 42 | 45 | 0 | 31 | 31 | 89 | 35 | 21 |
| Octal | 50 | 202 | 102 | 105 | 0 | 61 | 61 | 211 | 65 | 41 |
| Binary | 101000 | 10000010 | 1000010 | 1000101 | 0 | 110001 | 110001 | 10001001 | 110101 | 100001 |
Color Harmonies of #288242
Complementary color
Monochromatic Colors of #288242
Black with #288242
Text Example
Text Example
White with #288242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288242; }
p { color: rgb(40,130,66); }
H1.HeaderClassName
{
color: #288242;
}
.AnyTagClassName
{
color: #288242;
}
</style>
background-color css
<style>
a { background-color: #288242; }
a { background-color: rgb(40,130,66); }
div.DivClassName
{
background-color: #288242;
}
.BgClassName
{
background-color: #288242;
}
</style>
border-color css
<style>
span { border-color: #288242; }
span { border-color: rgb(40,130,66); }
td.TdClassName
{
border-color: #288242;
}
.TagClassName
{
border-color: #288242;
}
</style>