Shades of Shamrock #28CB7D
Tints of Shamrock #28CB7D
RGB
CMYK
RGB Variations
Color information
#28CB7D (or 0x28CB7D) is known color: Shamrock. HEX triplet: 28, CB and 7D. RGB value is (40,203,125). Sum of RGB (Red+Green+Blue) = 40+203+125=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 203 (79.69% from 255 or 55.16% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 203 - color contains mainly: green. Hex color #28CB7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28CB7D is #D73482. Grayscale: #919191. Windows color (decimal): -14103683 or 8244008. OLE color: 8244008.
HSL color Cylindrical-coordinate representation of color #28CB7D: hue angle of 151.29º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CB7D is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 203 | 125 | - |
| CMYK | 0.80 | 0 | 0.38 | 0.20 |
| HSL | 151.29º | 0.67% | 0.48% | - |
| HSV(B) | 151.29º | 0.8% | 0.8% | - |
| XYZ | 25.93 | 44.64 | 26.65 | - |
| YUV | 145.37 | 116.5 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 203 | 125 | 0.80 | 0 | 0.38 | 0.20 | 151.29 | 0.67 | 0.48 |
| Hex | 28 | CB | 7D | 50 | 0 | 26 | 14 | 97 | 43 | 30 |
| Octal | 50 | 313 | 175 | 120 | 0 | 46 | 24 | 227 | 103 | 60 |
| Binary | 101000 | 11001011 | 1111101 | 1010000 | 0 | 100110 | 10100 | 10010111 | 1000011 | 110000 |
Color Harmonies of #28CB7D
Complementary color
Monochromatic Colors of #28CB7D
Black with #28CB7D
Text Example
Text Example
White with #28CB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CB7D; }
p { color: rgb(40,203,125); }
H1.HeaderClassName
{
color: #28CB7D;
}
.AnyTagClassName
{
color: #28CB7D;
}
</style>
background-color css
<style>
a { background-color: #28CB7D; }
a { background-color: rgb(40,203,125); }
div.DivClassName
{
background-color: #28CB7D;
}
.BgClassName
{
background-color: #28CB7D;
}
</style>
border-color css
<style>
span { border-color: #28CB7D; }
span { border-color: rgb(40,203,125); }
td.TdClassName
{
border-color: #28CB7D;
}
.TagClassName
{
border-color: #28CB7D;
}
</style>