Shades of Shamrock #28D09B
Tints of Shamrock #28D09B
RGB
CMYK
RGB Variations
Color information
#28D09B (or 0x28D09B) is known color: Shamrock. HEX triplet: 28, D0 and 9B. RGB value is (40,208,155). Sum of RGB (Red+Green+Blue) = 40+208+155=403 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.93% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #28D09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D09B is #D72F64. Grayscale: #979797. Windows color (decimal): -14102373 or 10211368. OLE color: 10211368.
HSL color Cylindrical-coordinate representation of color #28D09B: hue angle of 161.07º 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 #28D09B is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 208 | 155 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.18 |
| HSL | 161.07º | 0.68% | 0.49% | - |
| HSV(B) | 161.07º | 0.81% | 0.82% | - |
| XYZ | 29.35 | 47.93 | 38.71 | - |
| YUV | 151.73 | 129.84 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 208 | 155 | 0.81 | 0 | 0.25 | 0.18 | 161.07 | 0.68 | 0.49 |
| Hex | 28 | D0 | 9B | 51 | 0 | 19 | 12 | A1 | 44 | 31 |
| Octal | 50 | 320 | 233 | 121 | 0 | 31 | 22 | 241 | 104 | 61 |
| Binary | 101000 | 11010000 | 10011011 | 1010001 | 0 | 11001 | 10010 | 10100001 | 1000100 | 110001 |
Color Harmonies of #28D09B
Complementary color
Monochromatic Colors of #28D09B
Black with #28D09B
Text Example
Text Example
White with #28D09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D09B; }
p { color: rgb(40,208,155); }
H1.HeaderClassName
{
color: #28D09B;
}
.AnyTagClassName
{
color: #28D09B;
}
</style>
background-color css
<style>
a { background-color: #28D09B; }
a { background-color: rgb(40,208,155); }
div.DivClassName
{
background-color: #28D09B;
}
.BgClassName
{
background-color: #28D09B;
}
</style>
border-color css
<style>
span { border-color: #28D09B; }
span { border-color: rgb(40,208,155); }
td.TdClassName
{
border-color: #28D09B;
}
.TagClassName
{
border-color: #28D09B;
}
</style>