Shades of Shamrock #27D384
Tints of Shamrock #27D384
RGB
CMYK
RGB Variations
Color information
#27D384 (or 0x27D384) is known color: Shamrock. HEX triplet: 27, D3 and 84. RGB value is (39,211,132). Sum of RGB (Red+Green+Blue) = 39+211+132=382 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.21% from 382); Green value is 211 (82.81% from 255 or 55.24% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 211 - color contains mainly: green. Hex color #27D384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27D384 is #D82C7B. Grayscale: #969696. Windows color (decimal): -14167164 or 8704807. OLE color: 8704807.
HSL color Cylindrical-coordinate representation of color #27D384: hue angle of 152.44º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D384 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 39 | 211 | 132 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.17 |
| HSL | 152.44º | 0.69% | 0.49% | - |
| HSV(B) | 152.44º | 0.82% | 0.83% | - |
| XYZ | 28.3 | 48.69 | 29.74 | - |
| YUV | 150.57 | 117.52 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 211 | 132 | 0.82 | 0 | 0.37 | 0.17 | 152.44 | 0.69 | 0.49 |
| Hex | 27 | D3 | 84 | 52 | 0 | 25 | 11 | 98 | 45 | 31 |
| Octal | 47 | 323 | 204 | 122 | 0 | 45 | 21 | 230 | 105 | 61 |
| Binary | 100111 | 11010011 | 10000100 | 1010010 | 0 | 100101 | 10001 | 10011000 | 1000101 | 110001 |
Color Harmonies of #27D384
Complementary color
Monochromatic Colors of #27D384
Black with #27D384
Text Example
Text Example
White with #27D384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D384; }
p { color: rgb(39,211,132); }
H1.HeaderClassName
{
color: #27D384;
}
.AnyTagClassName
{
color: #27D384;
}
</style>
background-color css
<style>
a { background-color: #27D384; }
a { background-color: rgb(39,211,132); }
div.DivClassName
{
background-color: #27D384;
}
.BgClassName
{
background-color: #27D384;
}
</style>
border-color css
<style>
span { border-color: #27D384; }
span { border-color: rgb(39,211,132); }
td.TdClassName
{
border-color: #27D384;
}
.TagClassName
{
border-color: #27D384;
}
</style>