Shades of Shamrock #28CA7F
Tints of Shamrock #28CA7F
RGB
CMYK
RGB Variations
Color information
#28CA7F (or 0x28CA7F) is known color: Shamrock. HEX triplet: 28, CA and 7F. RGB value is (40,202,127). Sum of RGB (Red+Green+Blue) = 40+202+127=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #28CA7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28CA7F is #D73580. Grayscale: #919191. Windows color (decimal): -14103937 or 8374824. OLE color: 8374824.
HSL color Cylindrical-coordinate representation of color #28CA7F: hue angle of 152.22º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CA7F is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 202 | 127 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.21 |
| HSL | 152.22º | 0.67% | 0.47% | - |
| HSV(B) | 152.22º | 0.8% | 0.79% | - |
| XYZ | 25.83 | 44.22 | 27.25 | - |
| YUV | 145.01 | 117.83 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 202 | 127 | 0.80 | 0 | 0.37 | 0.21 | 152.22 | 0.67 | 0.47 |
| Hex | 28 | CA | 7F | 50 | 0 | 25 | 15 | 98 | 43 | 2F |
| Octal | 50 | 312 | 177 | 120 | 0 | 45 | 25 | 230 | 103 | 57 |
| Binary | 101000 | 11001010 | 1111111 | 1010000 | 0 | 100101 | 10101 | 10011000 | 1000011 | 101111 |
Color Harmonies of #28CA7F
Complementary color
Monochromatic Colors of #28CA7F
Black with #28CA7F
Text Example
Text Example
White with #28CA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CA7F; }
p { color: rgb(40,202,127); }
H1.HeaderClassName
{
color: #28CA7F;
}
.AnyTagClassName
{
color: #28CA7F;
}
</style>
background-color css
<style>
a { background-color: #28CA7F; }
a { background-color: rgb(40,202,127); }
div.DivClassName
{
background-color: #28CA7F;
}
.BgClassName
{
background-color: #28CA7F;
}
</style>
border-color css
<style>
span { border-color: #28CA7F; }
span { border-color: rgb(40,202,127); }
td.TdClassName
{
border-color: #28CA7F;
}
.TagClassName
{
border-color: #28CA7F;
}
</style>