Shades of Sea Green #288C40
Tints of Sea Green #288C40
RGB
CMYK
RGB Variations
Color information
#288C40 (or 0x288C40) is known color: Sea Green. HEX triplet: 28, 8C and 40. RGB value is (40,140,64). Sum of RGB (Red+Green+Blue) = 40+140+64=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 140 (55.08% from 255 or 57.38% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 140 - color contains mainly: green. Hex color #288C40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288C40 is #D773BF. Grayscale: #656565. Windows color (decimal): -14119872 or 4230184. OLE color: 4230184.
HSL color Cylindrical-coordinate representation of color #288C40: hue angle of 134.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288C40 is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 140 | 64 | - |
| CMYK | 0.71 | 0 | 0.54 | 0.45 |
| HSL | 134.4º | 0.56% | 0.35% | - |
| HSV(B) | 134.4º | 0.71% | 0.55% | - |
| XYZ | 11.18 | 19.58 | 8.04 | - |
| YUV | 101.44 | 106.87 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 64 | 0.71 | 0 | 0.54 | 0.45 | 134.4 | 0.56 | 0.35 |
| Hex | 28 | 8C | 40 | 47 | 0 | 36 | 2D | 86 | 38 | 23 |
| Octal | 50 | 214 | 100 | 107 | 0 | 66 | 55 | 206 | 70 | 43 |
| Binary | 101000 | 10001100 | 1000000 | 1000111 | 0 | 110110 | 101101 | 10000110 | 111000 | 100011 |
Color Harmonies of #288C40
Complementary color
Monochromatic Colors of #288C40
Black with #288C40
Text Example
Text Example
White with #288C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C40; }
p { color: rgb(40,140,64); }
H1.HeaderClassName
{
color: #288C40;
}
.AnyTagClassName
{
color: #288C40;
}
</style>
background-color css
<style>
a { background-color: #288C40; }
a { background-color: rgb(40,140,64); }
div.DivClassName
{
background-color: #288C40;
}
.BgClassName
{
background-color: #288C40;
}
</style>
border-color css
<style>
span { border-color: #288C40; }
span { border-color: rgb(40,140,64); }
td.TdClassName
{
border-color: #288C40;
}
.TagClassName
{
border-color: #288C40;
}
</style>