Shades of Medium Sea Green #1DBA5D
Tints of Medium Sea Green #1DBA5D
RGB
CMYK
RGB Variations
Color information
#1DBA5D (or 0x1DBA5D) is known color: Medium Sea Green. HEX triplet: 1D, BA and 5D. RGB value is (29,186,93). Sum of RGB (Red+Green+Blue) = 29+186+93=308 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.42% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBA5D is #E245A2. Grayscale: #808080. Windows color (decimal): -14828963 or 6142493. OLE color: 6142493.
HSL color Cylindrical-coordinate representation of color #1DBA5D: hue angle of 144.46º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBA5D is Cyan = 0.84, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 186 | 93 | - |
| CMYK | 0.84 | 0 | 0.5 | 0.27 |
| HSL | 144.46º | 0.73% | 0.42% | - |
| HSV(B) | 144.46º | 0.84% | 0.73% | - |
| XYZ | 20.04 | 36.17 | 16.28 | - |
| YUV | 128.46 | 107.99 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 93 | 0.84 | 0 | 0.5 | 0.27 | 144.46 | 0.73 | 0.42 |
| Hex | 1D | BA | 5D | 54 | 0 | 32 | 1B | 90 | 49 | 2A |
| Octal | 35 | 272 | 135 | 124 | 0 | 62 | 33 | 220 | 111 | 52 |
| Binary | 11101 | 10111010 | 1011101 | 1010100 | 0 | 110010 | 11011 | 10010000 | 1001001 | 101010 |
Color Harmonies of #1DBA5D
Complementary color
Monochromatic Colors of #1DBA5D
Black with #1DBA5D
Text Example
Text Example
White with #1DBA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBA5D; }
p { color: rgb(29,186,93); }
H1.HeaderClassName
{
color: #1DBA5D;
}
.AnyTagClassName
{
color: #1DBA5D;
}
</style>
background-color css
<style>
a { background-color: #1DBA5D; }
a { background-color: rgb(29,186,93); }
div.DivClassName
{
background-color: #1DBA5D;
}
.BgClassName
{
background-color: #1DBA5D;
}
</style>
border-color css
<style>
span { border-color: #1DBA5D; }
span { border-color: rgb(29,186,93); }
td.TdClassName
{
border-color: #1DBA5D;
}
.TagClassName
{
border-color: #1DBA5D;
}
</style>