Shades of Shamrock #28D27D
Tints of Shamrock #28D27D
RGB
CMYK
RGB Variations
Color information
#28D27D (or 0x28D27D) is known color: Shamrock. HEX triplet: 28, D2 and 7D. RGB value is (40,210,125). Sum of RGB (Red+Green+Blue) = 40+210+125=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #28D27D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28D27D is #D72D82. Grayscale: #959595. Windows color (decimal): -14101891 or 8245800. OLE color: 8245800.
HSL color Cylindrical-coordinate representation of color #28D27D: hue angle of 150º degrees, saturation: 0.68, 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 #28D27D is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 210 | 125 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.18 |
| HSL | 150º | 0.68% | 0.49% | - |
| HSV(B) | 150º | 0.81% | 0.82% | - |
| XYZ | 27.62 | 48.02 | 27.22 | - |
| YUV | 149.48 | 114.18 | 49.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 210 | 125 | 0.81 | 0 | 0.40 | 0.18 | 150 | 0.68 | 0.49 |
| Hex | 28 | D2 | 7D | 51 | 0 | 28 | 12 | 96 | 44 | 31 |
| Octal | 50 | 322 | 175 | 121 | 0 | 50 | 22 | 226 | 104 | 61 |
| Binary | 101000 | 11010010 | 1111101 | 1010001 | 0 | 101000 | 10010 | 10010110 | 1000100 | 110001 |
Color Harmonies of #28D27D
Complementary color
Monochromatic Colors of #28D27D
Black with #28D27D
Text Example
Text Example
White with #28D27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D27D; }
p { color: rgb(40,210,125); }
H1.HeaderClassName
{
color: #28D27D;
}
.AnyTagClassName
{
color: #28D27D;
}
</style>
background-color css
<style>
a { background-color: #28D27D; }
a { background-color: rgb(40,210,125); }
div.DivClassName
{
background-color: #28D27D;
}
.BgClassName
{
background-color: #28D27D;
}
</style>
border-color css
<style>
span { border-color: #28D27D; }
span { border-color: rgb(40,210,125); }
td.TdClassName
{
border-color: #28D27D;
}
.TagClassName
{
border-color: #28D27D;
}
</style>