Shades of Sea Green #287F5B
Tints of Sea Green #287F5B
RGB
CMYK
RGB Variations
Color information
#287F5B (or 0x287F5B) is known color: Sea Green. HEX triplet: 28, 7F and 5B. RGB value is (40,127,91). Sum of RGB (Red+Green+Blue) = 40+127+91=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 127 (50% from 255 or 49.22% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 127 - color contains mainly: green. Hex color #287F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287F5B is #D780A4. Grayscale: #606060. Windows color (decimal): -14123173 or 5996328. OLE color: 5996328.
HSL color Cylindrical-coordinate representation of color #287F5B: hue angle of 155.17º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #287F5B is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 127 | 91 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.50 |
| HSL | 155.17º | 0.52% | 0.33% | - |
| HSV(B) | 155.17º | 0.69% | 0.5% | - |
| XYZ | 10.35 | 16.39 | 12.51 | - |
| YUV | 96.88 | 124.68 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 91 | 0.69 | 0 | 0.28 | 0.50 | 155.17 | 0.52 | 0.33 |
| Hex | 28 | 7F | 5B | 45 | 0 | 1C | 32 | 9B | 34 | 21 |
| Octal | 50 | 177 | 133 | 105 | 0 | 34 | 62 | 233 | 64 | 41 |
| Binary | 101000 | 1111111 | 1011011 | 1000101 | 0 | 11100 | 110010 | 10011011 | 110100 | 100001 |
Color Harmonies of #287F5B
Complementary color
Monochromatic Colors of #287F5B
Black with #287F5B
Text Example
Text Example
White with #287F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287F5B; }
p { color: rgb(40,127,91); }
H1.HeaderClassName
{
color: #287F5B;
}
.AnyTagClassName
{
color: #287F5B;
}
</style>
background-color css
<style>
a { background-color: #287F5B; }
a { background-color: rgb(40,127,91); }
div.DivClassName
{
background-color: #287F5B;
}
.BgClassName
{
background-color: #287F5B;
}
</style>
border-color css
<style>
span { border-color: #287F5B; }
span { border-color: rgb(40,127,91); }
td.TdClassName
{
border-color: #287F5B;
}
.TagClassName
{
border-color: #287F5B;
}
</style>