Shades of Shamrock #27D28D
Tints of Shamrock #27D28D
RGB
CMYK
RGB Variations
Color information
#27D28D (or 0x27D28D) is known color: Shamrock. HEX triplet: 27, D2 and 8D. RGB value is (39,210,141). Sum of RGB (Red+Green+Blue) = 39+210+141=390 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10% from 390); Green value is 210 (82.42% from 255 or 53.85% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 210 - color contains mainly: green. Hex color #27D28D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27D28D is #D82D72. Grayscale: #979797. Windows color (decimal): -14167411 or 9294375. OLE color: 9294375.
HSL color Cylindrical-coordinate representation of color #27D28D: hue angle of 155.79º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27D28D is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 210 | 141 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.18 |
| HSL | 155.79º | 0.69% | 0.49% | - |
| HSV(B) | 155.79º | 0.81% | 0.82% | - |
| XYZ | 28.69 | 48.45 | 33.04 | - |
| YUV | 151.01 | 122.35 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 210 | 141 | 0.81 | 0 | 0.33 | 0.18 | 155.79 | 0.69 | 0.49 |
| Hex | 27 | D2 | 8D | 51 | 0 | 21 | 12 | 9C | 45 | 31 |
| Octal | 47 | 322 | 215 | 121 | 0 | 41 | 22 | 234 | 105 | 61 |
| Binary | 100111 | 11010010 | 10001101 | 1010001 | 0 | 100001 | 10010 | 10011100 | 1000101 | 110001 |
Color Harmonies of #27D28D
Complementary color
Monochromatic Colors of #27D28D
Black with #27D28D
Text Example
Text Example
White with #27D28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D28D; }
p { color: rgb(39,210,141); }
H1.HeaderClassName
{
color: #27D28D;
}
.AnyTagClassName
{
color: #27D28D;
}
</style>
background-color css
<style>
a { background-color: #27D28D; }
a { background-color: rgb(39,210,141); }
div.DivClassName
{
background-color: #27D28D;
}
.BgClassName
{
background-color: #27D28D;
}
</style>
border-color css
<style>
span { border-color: #27D28D; }
span { border-color: rgb(39,210,141); }
td.TdClassName
{
border-color: #27D28D;
}
.TagClassName
{
border-color: #27D28D;
}
</style>