Shades of Shamrock #1BD28F
Tints of Shamrock #1BD28F
RGB
CMYK
RGB Variations
Color information
#1BD28F (or 0x1BD28F) is known color: Shamrock. HEX triplet: 1B, D2 and 8F. RGB value is (27,210,143). Sum of RGB (Red+Green+Blue) = 27+210+143=380 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.11% from 380); Green value is 210 (82.42% from 255 or 55.26% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 210 - color contains mainly: green. Hex color #1BD28F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BD28F is #E42D70. Grayscale: #939393. Windows color (decimal): -14953841 or 9425435. OLE color: 9425435.
HSL color Cylindrical-coordinate representation of color #1BD28F: hue angle of 158.03º 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 #1BD28F is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 27 | 210 | 143 | - |
| CMYK | 0.87 | 0 | 0.32 | 0.18 |
| HSL | 158.03º | 0.77% | 0.46% | - |
| HSV(B) | 158.03º | 0.87% | 0.82% | - |
| XYZ | 28.46 | 48.31 | 33.81 | - |
| YUV | 147.65 | 125.37 | 41.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 210 | 143 | 0.87 | 0 | 0.32 | 0.18 | 158.03 | 0.77 | 0.46 |
| Hex | 1B | D2 | 8F | 57 | 0 | 20 | 12 | 9E | 4D | 2E |
| Octal | 33 | 322 | 217 | 127 | 0 | 40 | 22 | 236 | 115 | 56 |
| Binary | 11011 | 11010010 | 10001111 | 1010111 | 0 | 100000 | 10010 | 10011110 | 1001101 | 101110 |
Color Harmonies of #1BD28F
Complementary color
Monochromatic Colors of #1BD28F
Black with #1BD28F
Text Example
Text Example
White with #1BD28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD28F; }
p { color: rgb(27,210,143); }
H1.HeaderClassName
{
color: #1BD28F;
}
.AnyTagClassName
{
color: #1BD28F;
}
</style>
background-color css
<style>
a { background-color: #1BD28F; }
a { background-color: rgb(27,210,143); }
div.DivClassName
{
background-color: #1BD28F;
}
.BgClassName
{
background-color: #1BD28F;
}
</style>
border-color css
<style>
span { border-color: #1BD28F; }
span { border-color: rgb(27,210,143); }
td.TdClassName
{
border-color: #1BD28F;
}
.TagClassName
{
border-color: #1BD28F;
}
</style>