Shades of Sea Green #288A49
Tints of Sea Green #288A49
RGB
CMYK
RGB Variations
Color information
#288A49 (or 0x288A49) is known color: Sea Green. HEX triplet: 28, 8A and 49. RGB value is (40,138,73). Sum of RGB (Red+Green+Blue) = 40+138+73=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 138 (54.30% from 255 or 54.98% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 138 - color contains mainly: green. Hex color #288A49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288A49 is #D775B6. Grayscale: #656565. Windows color (decimal): -14120375 or 4819496. OLE color: 4819496.
HSL color Cylindrical-coordinate representation of color #288A49: hue angle of 140.2º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288A49 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 138 | 73 | - |
| CMYK | 0.71 | 0 | 0.47 | 0.46 |
| HSL | 140.2º | 0.55% | 0.35% | - |
| HSV(B) | 140.2º | 0.71% | 0.54% | - |
| XYZ | 11.17 | 19.11 | 9.4 | - |
| YUV | 101.29 | 112.03 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 73 | 0.71 | 0 | 0.47 | 0.46 | 140.2 | 0.55 | 0.35 |
| Hex | 28 | 8A | 49 | 47 | 0 | 2F | 2E | 8C | 37 | 23 |
| Octal | 50 | 212 | 111 | 107 | 0 | 57 | 56 | 214 | 67 | 43 |
| Binary | 101000 | 10001010 | 1001001 | 1000111 | 0 | 101111 | 101110 | 10001100 | 110111 | 100011 |
Color Harmonies of #288A49
Complementary color
Monochromatic Colors of #288A49
Black with #288A49
Text Example
Text Example
White with #288A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288A49; }
p { color: rgb(40,138,73); }
H1.HeaderClassName
{
color: #288A49;
}
.AnyTagClassName
{
color: #288A49;
}
</style>
background-color css
<style>
a { background-color: #288A49; }
a { background-color: rgb(40,138,73); }
div.DivClassName
{
background-color: #288A49;
}
.BgClassName
{
background-color: #288A49;
}
</style>
border-color css
<style>
span { border-color: #288A49; }
span { border-color: rgb(40,138,73); }
td.TdClassName
{
border-color: #288A49;
}
.TagClassName
{
border-color: #288A49;
}
</style>