Shades of Sea Green #288B4F
Tints of Sea Green #288B4F
RGB
CMYK
RGB Variations
Color information
#288B4F (or 0x288B4F) is known color: Sea Green. HEX triplet: 28, 8B and 4F. RGB value is (40,139,79). Sum of RGB (Red+Green+Blue) = 40+139+79=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 139 (54.69% from 255 or 53.88% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 139 - color contains mainly: green. Hex color #288B4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288B4F is #D774B0. Grayscale: #666666. Windows color (decimal): -14120113 or 5212968. OLE color: 5212968.
HSL color Cylindrical-coordinate representation of color #288B4F: hue angle of 143.64º degrees, saturation: 0.55, 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 #288B4F is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 79 | - |
| CMYK | 0.71 | 0 | 0.43 | 0.45 |
| HSL | 143.64º | 0.55% | 0.35% | - |
| HSV(B) | 143.64º | 0.71% | 0.55% | - |
| XYZ | 11.52 | 19.48 | 10.55 | - |
| YUV | 102.56 | 114.7 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 79 | 0.71 | 0 | 0.43 | 0.45 | 143.64 | 0.55 | 0.35 |
| Hex | 28 | 8B | 4F | 47 | 0 | 2B | 2D | 90 | 37 | 23 |
| Octal | 50 | 213 | 117 | 107 | 0 | 53 | 55 | 220 | 67 | 43 |
| Binary | 101000 | 10001011 | 1001111 | 1000111 | 0 | 101011 | 101101 | 10010000 | 110111 | 100011 |
Color Harmonies of #288B4F
Complementary color
Monochromatic Colors of #288B4F
Black with #288B4F
Text Example
Text Example
White with #288B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B4F; }
p { color: rgb(40,139,79); }
H1.HeaderClassName
{
color: #288B4F;
}
.AnyTagClassName
{
color: #288B4F;
}
</style>
background-color css
<style>
a { background-color: #288B4F; }
a { background-color: rgb(40,139,79); }
div.DivClassName
{
background-color: #288B4F;
}
.BgClassName
{
background-color: #288B4F;
}
</style>
border-color css
<style>
span { border-color: #288B4F; }
span { border-color: rgb(40,139,79); }
td.TdClassName
{
border-color: #288B4F;
}
.TagClassName
{
border-color: #288B4F;
}
</style>