Shades of Shamrock #28C685
Tints of Shamrock #28C685
RGB
CMYK
RGB Variations
Color information
#28C685 (or 0x28C685) is known color: Shamrock. HEX triplet: 28, C6 and 85. RGB value is (40,198,133). Sum of RGB (Red+Green+Blue) = 40+198+133=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 198 (77.73% from 255 or 53.37% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 198 - color contains mainly: green. Hex color #28C685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C685 is #D7397A. Grayscale: #8F8F8F. Windows color (decimal): -14104955 or 8767016. OLE color: 8767016.
HSL color Cylindrical-coordinate representation of color #28C685: hue angle of 155.32º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C685 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 198 | 133 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.22 |
| HSL | 155.32º | 0.66% | 0.47% | - |
| HSV(B) | 155.32º | 0.8% | 0.78% | - |
| XYZ | 25.3 | 42.53 | 29.07 | - |
| YUV | 143.35 | 122.15 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 198 | 133 | 0.80 | 0 | 0.33 | 0.22 | 155.32 | 0.66 | 0.47 |
| Hex | 28 | C6 | 85 | 50 | 0 | 21 | 16 | 9B | 42 | 2F |
| Octal | 50 | 306 | 205 | 120 | 0 | 41 | 26 | 233 | 102 | 57 |
| Binary | 101000 | 11000110 | 10000101 | 1010000 | 0 | 100001 | 10110 | 10011011 | 1000010 | 101111 |
Color Harmonies of #28C685
Complementary color
Monochromatic Colors of #28C685
Black with #28C685
Text Example
Text Example
White with #28C685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C685; }
p { color: rgb(40,198,133); }
H1.HeaderClassName
{
color: #28C685;
}
.AnyTagClassName
{
color: #28C685;
}
</style>
background-color css
<style>
a { background-color: #28C685; }
a { background-color: rgb(40,198,133); }
div.DivClassName
{
background-color: #28C685;
}
.BgClassName
{
background-color: #28C685;
}
</style>
border-color css
<style>
span { border-color: #28C685; }
span { border-color: rgb(40,198,133); }
td.TdClassName
{
border-color: #28C685;
}
.TagClassName
{
border-color: #28C685;
}
</style>