Shades of Sea Green #288C45
Tints of Sea Green #288C45
RGB
CMYK
RGB Variations
Color information
#288C45 (or 0x288C45) is known color: Sea Green. HEX triplet: 28, 8C and 45. RGB value is (40,140,69). Sum of RGB (Red+Green+Blue) = 40+140+69=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 140 (55.08% from 255 or 56.22% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 140 - color contains mainly: green. Hex color #288C45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288C45 is #D773BA. Grayscale: #666666. Windows color (decimal): -14119867 or 4557864. OLE color: 4557864.
HSL color Cylindrical-coordinate representation of color #288C45: hue angle of 137.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 #288C45 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 140 | 69 | - |
| CMYK | 0.71 | 0 | 0.51 | 0.45 |
| HSL | 137.4º | 0.56% | 0.35% | - |
| HSV(B) | 137.4º | 0.71% | 0.55% | - |
| XYZ | 11.33 | 19.64 | 8.82 | - |
| YUV | 102.01 | 109.37 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 69 | 0.71 | 0 | 0.51 | 0.45 | 137.4 | 0.56 | 0.35 |
| Hex | 28 | 8C | 45 | 47 | 0 | 33 | 2D | 89 | 38 | 23 |
| Octal | 50 | 214 | 105 | 107 | 0 | 63 | 55 | 211 | 70 | 43 |
| Binary | 101000 | 10001100 | 1000101 | 1000111 | 0 | 110011 | 101101 | 10001001 | 111000 | 100011 |
Color Harmonies of #288C45
Complementary color
Monochromatic Colors of #288C45
Black with #288C45
Text Example
Text Example
White with #288C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C45; }
p { color: rgb(40,140,69); }
H1.HeaderClassName
{
color: #288C45;
}
.AnyTagClassName
{
color: #288C45;
}
</style>
background-color css
<style>
a { background-color: #288C45; }
a { background-color: rgb(40,140,69); }
div.DivClassName
{
background-color: #288C45;
}
.BgClassName
{
background-color: #288C45;
}
</style>
border-color css
<style>
span { border-color: #288C45; }
span { border-color: rgb(40,140,69); }
td.TdClassName
{
border-color: #288C45;
}
.TagClassName
{
border-color: #288C45;
}
</style>