Shades of Sea Green #288640
Tints of Sea Green #288640
RGB
CMYK
RGB Variations
Color information
#288640 (or 0x288640) is known color: Sea Green. HEX triplet: 28, 86 and 40. RGB value is (40,134,64). Sum of RGB (Red+Green+Blue) = 40+134+64=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 134 (52.73% from 255 or 56.30% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 134 - color contains mainly: green. Hex color #288640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288640 is #D779BF. Grayscale: #626262. Windows color (decimal): -14121408 or 4228648. OLE color: 4228648.
HSL color Cylindrical-coordinate representation of color #288640: hue angle of 135.32º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288640 is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 134 | 64 | - |
| CMYK | 0.70 | 0 | 0.52 | 0.47 |
| HSL | 135.32º | 0.54% | 0.34% | - |
| HSV(B) | 135.32º | 0.7% | 0.53% | - |
| XYZ | 10.33 | 17.87 | 7.76 | - |
| YUV | 97.91 | 108.86 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 64 | 0.70 | 0 | 0.52 | 0.47 | 135.32 | 0.54 | 0.34 |
| Hex | 28 | 86 | 40 | 46 | 0 | 34 | 2F | 87 | 36 | 22 |
| Octal | 50 | 206 | 100 | 106 | 0 | 64 | 57 | 207 | 66 | 42 |
| Binary | 101000 | 10000110 | 1000000 | 1000110 | 0 | 110100 | 101111 | 10000111 | 110110 | 100010 |
Color Harmonies of #288640
Complementary color
Monochromatic Colors of #288640
Black with #288640
Text Example
Text Example
White with #288640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288640; }
p { color: rgb(40,134,64); }
H1.HeaderClassName
{
color: #288640;
}
.AnyTagClassName
{
color: #288640;
}
</style>
background-color css
<style>
a { background-color: #288640; }
a { background-color: rgb(40,134,64); }
div.DivClassName
{
background-color: #288640;
}
.BgClassName
{
background-color: #288640;
}
</style>
border-color css
<style>
span { border-color: #288640; }
span { border-color: rgb(40,134,64); }
td.TdClassName
{
border-color: #288640;
}
.TagClassName
{
border-color: #288640;
}
</style>