Shades of Sea Green #288C62
Tints of Sea Green #288C62
RGB
CMYK
RGB Variations
Color information
#288C62 (or 0x288C62) is known color: Sea Green. HEX triplet: 28, 8C and 62. RGB value is (40,140,98). Sum of RGB (Red+Green+Blue) = 40+140+98=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 140 (55.08% from 255 or 50.36% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 140 - color contains mainly: green. Hex color #288C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288C62 is #D7739D. Grayscale: #696969. Windows color (decimal): -14119838 or 6458408. OLE color: 6458408.
HSL color Cylindrical-coordinate representation of color #288C62: hue angle of 154.8º 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 #288C62 is Cyan = 0.71, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 140 | 98 | - |
| CMYK | 0.71 | 0 | 0.3 | 0.45 |
| HSL | 154.8º | 0.56% | 0.35% | - |
| HSV(B) | 154.8º | 0.71% | 0.55% | - |
| XYZ | 12.46 | 20.09 | 14.78 | - |
| YUV | 105.31 | 123.87 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 98 | 0.71 | 0 | 0.3 | 0.45 | 154.8 | 0.56 | 0.35 |
| Hex | 28 | 8C | 62 | 47 | 0 | 1E | 2D | 9B | 38 | 23 |
| Octal | 50 | 214 | 142 | 107 | 0 | 36 | 55 | 233 | 70 | 43 |
| Binary | 101000 | 10001100 | 1100010 | 1000111 | 0 | 11110 | 101101 | 10011011 | 111000 | 100011 |
Color Harmonies of #288C62
Complementary color
Monochromatic Colors of #288C62
Black with #288C62
Text Example
Text Example
White with #288C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C62; }
p { color: rgb(40,140,98); }
H1.HeaderClassName
{
color: #288C62;
}
.AnyTagClassName
{
color: #288C62;
}
</style>
background-color css
<style>
a { background-color: #288C62; }
a { background-color: rgb(40,140,98); }
div.DivClassName
{
background-color: #288C62;
}
.BgClassName
{
background-color: #288C62;
}
</style>
border-color css
<style>
span { border-color: #288C62; }
span { border-color: rgb(40,140,98); }
td.TdClassName
{
border-color: #288C62;
}
.TagClassName
{
border-color: #288C62;
}
</style>