Shades of Sea Green #288C3F
Tints of Sea Green #288C3F
RGB
CMYK
RGB Variations
Color information
#288C3F (or 0x288C3F) is known color: Sea Green. HEX triplet: 28, 8C and 3F. RGB value is (40,140,63). Sum of RGB (Red+Green+Blue) = 40+140+63=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 140 (55.08% from 255 or 57.61% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 140 - color contains mainly: green. Hex color #288C3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288C3F is #D773C0. Grayscale: #656565. Windows color (decimal): -14119873 or 4164648. OLE color: 4164648.
HSL color Cylindrical-coordinate representation of color #288C3F: hue angle of 133.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 #288C3F is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 140 | 63 | - |
| CMYK | 0.71 | 0 | 0.55 | 0.45 |
| HSL | 133.8º | 0.56% | 0.35% | - |
| HSV(B) | 133.8º | 0.71% | 0.55% | - |
| XYZ | 11.15 | 19.57 | 7.89 | - |
| YUV | 101.32 | 106.37 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 63 | 0.71 | 0 | 0.55 | 0.45 | 133.8 | 0.56 | 0.35 |
| Hex | 28 | 8C | 3F | 47 | 0 | 37 | 2D | 86 | 38 | 23 |
| Octal | 50 | 214 | 77 | 107 | 0 | 67 | 55 | 206 | 70 | 43 |
| Binary | 101000 | 10001100 | 111111 | 1000111 | 0 | 110111 | 101101 | 10000110 | 111000 | 100011 |
Color Harmonies of #288C3F
Complementary color
Monochromatic Colors of #288C3F
Black with #288C3F
Text Example
Text Example
White with #288C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C3F; }
p { color: rgb(40,140,63); }
H1.HeaderClassName
{
color: #288C3F;
}
.AnyTagClassName
{
color: #288C3F;
}
</style>
background-color css
<style>
a { background-color: #288C3F; }
a { background-color: rgb(40,140,63); }
div.DivClassName
{
background-color: #288C3F;
}
.BgClassName
{
background-color: #288C3F;
}
</style>
border-color css
<style>
span { border-color: #288C3F; }
span { border-color: rgb(40,140,63); }
td.TdClassName
{
border-color: #288C3F;
}
.TagClassName
{
border-color: #288C3F;
}
</style>