Shades of Sea Green #28855C
Tints of Sea Green #28855C
RGB
CMYK
RGB Variations
Color information
#28855C (or 0x28855C) is known color: Sea Green. HEX triplet: 28, 85 and 5C. RGB value is (40,133,92). Sum of RGB (Red+Green+Blue) = 40+133+92=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #28855C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28855C is #D77AA3. Grayscale: #646464. Windows color (decimal): -14121636 or 6063400. OLE color: 6063400.
HSL color Cylindrical-coordinate representation of color #28855C: hue angle of 153.55º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28855C is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 133 | 92 | - |
| CMYK | 0.70 | 0 | 0.31 | 0.48 |
| HSL | 153.55º | 0.54% | 0.34% | - |
| HSV(B) | 153.55º | 0.7% | 0.52% | - |
| XYZ | 11.19 | 18 | 13.01 | - |
| YUV | 100.52 | 123.19 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 92 | 0.70 | 0 | 0.31 | 0.48 | 153.55 | 0.54 | 0.34 |
| Hex | 28 | 85 | 5C | 46 | 0 | 1F | 30 | 9A | 36 | 22 |
| Octal | 50 | 205 | 134 | 106 | 0 | 37 | 60 | 232 | 66 | 42 |
| Binary | 101000 | 10000101 | 1011100 | 1000110 | 0 | 11111 | 110000 | 10011010 | 110110 | 100010 |
Color Harmonies of #28855C
Complementary color
Monochromatic Colors of #28855C
Black with #28855C
Text Example
Text Example
White with #28855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28855C; }
p { color: rgb(40,133,92); }
H1.HeaderClassName
{
color: #28855C;
}
.AnyTagClassName
{
color: #28855C;
}
</style>
background-color css
<style>
a { background-color: #28855C; }
a { background-color: rgb(40,133,92); }
div.DivClassName
{
background-color: #28855C;
}
.BgClassName
{
background-color: #28855C;
}
</style>
border-color css
<style>
span { border-color: #28855C; }
span { border-color: rgb(40,133,92); }
td.TdClassName
{
border-color: #28855C;
}
.TagClassName
{
border-color: #28855C;
}
</style>