Shades of Dark Sea Green #8DB28B
Tints of Dark Sea Green #8DB28B
RGB
CMYK
RGB Variations
Color information
#8DB28B (or 0x8DB28B) is known color: Dark Sea Green. HEX triplet: 8D, B2 and 8B. RGB value is (141,178,139). Sum of RGB (Red+Green+Blue) = 141+178+139=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DB28B is #724D74. Grayscale: #A2A2A2. Windows color (decimal): -7490933 or 9155213. OLE color: 9155213.
HSL color Cylindrical-coordinate representation of color #8DB28B: hue angle of 116.92º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8DB28B is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 139 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.30 |
| HSL | 116.92º | 0.2% | 0.62% | - |
| HSV(B) | 116.92º | 0.22% | 0.7% | - |
| XYZ | 31.57 | 39.37 | 30.36 | - |
| YUV | 162.49 | 114.74 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 139 | 0.21 | 0 | 0.22 | 0.30 | 116.92 | 0.2 | 0.62 |
| Hex | 8D | B2 | 8B | 15 | 0 | 16 | 1E | 75 | 14 | 3E |
| Octal | 215 | 262 | 213 | 25 | 0 | 26 | 36 | 165 | 24 | 76 |
| Binary | 10001101 | 10110010 | 10001011 | 10101 | 0 | 10110 | 11110 | 1110101 | 10100 | 111110 |
Color Harmonies of #8DB28B
Complementary color
Monochromatic Colors of #8DB28B
Black with #8DB28B
Text Example
Text Example
White with #8DB28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB28B; }
p { color: rgb(141,178,139); }
H1.HeaderClassName
{
color: #8DB28B;
}
.AnyTagClassName
{
color: #8DB28B;
}
</style>
background-color css
<style>
a { background-color: #8DB28B; }
a { background-color: rgb(141,178,139); }
div.DivClassName
{
background-color: #8DB28B;
}
.BgClassName
{
background-color: #8DB28B;
}
</style>
border-color css
<style>
span { border-color: #8DB28B; }
span { border-color: rgb(141,178,139); }
td.TdClassName
{
border-color: #8DB28B;
}
.TagClassName
{
border-color: #8DB28B;
}
</style>