Shades of Shamrock #1BD28B
Tints of Shamrock #1BD28B
RGB
CMYK
RGB Variations
Color information
#1BD28B (or 0x1BD28B) is known color: Shamrock. HEX triplet: 1B, D2 and 8B. RGB value is (27,210,139). Sum of RGB (Red+Green+Blue) = 27+210+139=376 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.18% from 376); Green value is 210 (82.42% from 255 or 55.85% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 210 - color contains mainly: green. Hex color #1BD28B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BD28B is #E42D74. Grayscale: #939393. Windows color (decimal): -14953845 or 9163291. OLE color: 9163291.
HSL color Cylindrical-coordinate representation of color #1BD28B: hue angle of 156.72º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD28B is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 27 | 210 | 139 | - |
| CMYK | 0.87 | 0 | 0.34 | 0.18 |
| HSL | 156.72º | 0.77% | 0.46% | - |
| HSV(B) | 156.72º | 0.87% | 0.82% | - |
| XYZ | 28.16 | 48.19 | 32.24 | - |
| YUV | 147.19 | 123.37 | 42.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 210 | 139 | 0.87 | 0 | 0.34 | 0.18 | 156.72 | 0.77 | 0.46 |
| Hex | 1B | D2 | 8B | 57 | 0 | 22 | 12 | 9D | 4D | 2E |
| Octal | 33 | 322 | 213 | 127 | 0 | 42 | 22 | 235 | 115 | 56 |
| Binary | 11011 | 11010010 | 10001011 | 1010111 | 0 | 100010 | 10010 | 10011101 | 1001101 | 101110 |
Color Harmonies of #1BD28B
Complementary color
Monochromatic Colors of #1BD28B
Black with #1BD28B
Text Example
Text Example
White with #1BD28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD28B; }
p { color: rgb(27,210,139); }
H1.HeaderClassName
{
color: #1BD28B;
}
.AnyTagClassName
{
color: #1BD28B;
}
</style>
background-color css
<style>
a { background-color: #1BD28B; }
a { background-color: rgb(27,210,139); }
div.DivClassName
{
background-color: #1BD28B;
}
.BgClassName
{
background-color: #1BD28B;
}
</style>
border-color css
<style>
span { border-color: #1BD28B; }
span { border-color: rgb(27,210,139); }
td.TdClassName
{
border-color: #1BD28B;
}
.TagClassName
{
border-color: #1BD28B;
}
</style>