Shades of Shamrock #27D29B
Tints of Shamrock #27D29B
RGB
CMYK
RGB Variations
Color information
#27D29B (or 0x27D29B) is known color: Shamrock. HEX triplet: 27, D2 and 9B. RGB value is (39,210,155). Sum of RGB (Red+Green+Blue) = 39+210+155=404 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.65% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #27D29B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27D29B is #D82D64. Grayscale: #989898. Windows color (decimal): -14167397 or 10211879. OLE color: 10211879.
HSL color Cylindrical-coordinate representation of color #27D29B: hue angle of 160.7º 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 #27D29B is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 210 | 155 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.18 |
| HSL | 160.7º | 0.69% | 0.49% | - |
| HSV(B) | 160.7º | 0.81% | 0.82% | - |
| XYZ | 29.8 | 48.89 | 38.88 | - |
| YUV | 152.6 | 129.35 | 46.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 210 | 155 | 0.81 | 0 | 0.26 | 0.18 | 160.7 | 0.69 | 0.49 |
| Hex | 27 | D2 | 9B | 51 | 0 | 1A | 12 | A1 | 45 | 31 |
| Octal | 47 | 322 | 233 | 121 | 0 | 32 | 22 | 241 | 105 | 61 |
| Binary | 100111 | 11010010 | 10011011 | 1010001 | 0 | 11010 | 10010 | 10100001 | 1000101 | 110001 |
Color Harmonies of #27D29B
Complementary color
Monochromatic Colors of #27D29B
Black with #27D29B
Text Example
Text Example
White with #27D29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D29B; }
p { color: rgb(39,210,155); }
H1.HeaderClassName
{
color: #27D29B;
}
.AnyTagClassName
{
color: #27D29B;
}
</style>
background-color css
<style>
a { background-color: #27D29B; }
a { background-color: rgb(39,210,155); }
div.DivClassName
{
background-color: #27D29B;
}
.BgClassName
{
background-color: #27D29B;
}
</style>
border-color css
<style>
span { border-color: #27D29B; }
span { border-color: rgb(39,210,155); }
td.TdClassName
{
border-color: #27D29B;
}
.TagClassName
{
border-color: #27D29B;
}
</style>