Shades of Shamrock #28C68A
Tints of Shamrock #28C68A
RGB
CMYK
RGB Variations
Color information
#28C68A (or 0x28C68A) is known color: Shamrock. HEX triplet: 28, C6 and 8A. RGB value is (40,198,138). Sum of RGB (Red+Green+Blue) = 40+198+138=376 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.64% from 376); Green value is 198 (77.73% from 255 or 52.66% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 198 - color contains mainly: green. Hex color #28C68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C68A is #D73975. Grayscale: #909090. Windows color (decimal): -14104950 or 9094696. OLE color: 9094696.
HSL color Cylindrical-coordinate representation of color #28C68A: hue angle of 157.22º 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 #28C68A is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 198 | 138 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.22 |
| HSL | 157.22º | 0.66% | 0.47% | - |
| HSV(B) | 157.22º | 0.8% | 0.78% | - |
| XYZ | 25.66 | 42.67 | 30.93 | - |
| YUV | 143.92 | 124.65 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 198 | 138 | 0.80 | 0 | 0.30 | 0.22 | 157.22 | 0.66 | 0.47 |
| Hex | 28 | C6 | 8A | 50 | 0 | 1E | 16 | 9D | 42 | 2F |
| Octal | 50 | 306 | 212 | 120 | 0 | 36 | 26 | 235 | 102 | 57 |
| Binary | 101000 | 11000110 | 10001010 | 1010000 | 0 | 11110 | 10110 | 10011101 | 1000010 | 101111 |
Color Harmonies of #28C68A
Complementary color
Monochromatic Colors of #28C68A
Black with #28C68A
Text Example
Text Example
White with #28C68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C68A; }
p { color: rgb(40,198,138); }
H1.HeaderClassName
{
color: #28C68A;
}
.AnyTagClassName
{
color: #28C68A;
}
</style>
background-color css
<style>
a { background-color: #28C68A; }
a { background-color: rgb(40,198,138); }
div.DivClassName
{
background-color: #28C68A;
}
.BgClassName
{
background-color: #28C68A;
}
</style>
border-color css
<style>
span { border-color: #28C68A; }
span { border-color: rgb(40,198,138); }
td.TdClassName
{
border-color: #28C68A;
}
.TagClassName
{
border-color: #28C68A;
}
</style>