Shades of Shamrock #28CB7F
Tints of Shamrock #28CB7F
RGB
CMYK
RGB Variations
Color information
#28CB7F (or 0x28CB7F) is known color: Shamrock. HEX triplet: 28, CB and 7F. RGB value is (40,203,127). Sum of RGB (Red+Green+Blue) = 40+203+127=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 203 (79.69% from 255 or 54.86% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 203 - color contains mainly: green. Hex color #28CB7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28CB7F is #D73480. Grayscale: #919191. Windows color (decimal): -14103681 or 8375080. OLE color: 8375080.
HSL color Cylindrical-coordinate representation of color #28CB7F: hue angle of 152.02º 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 #28CB7F is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 203 | 127 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.20 |
| HSL | 152.02º | 0.67% | 0.48% | - |
| HSV(B) | 152.02º | 0.8% | 0.8% | - |
| XYZ | 26.06 | 44.7 | 27.33 | - |
| YUV | 145.6 | 117.5 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 203 | 127 | 0.80 | 0 | 0.37 | 0.20 | 152.02 | 0.67 | 0.48 |
| Hex | 28 | CB | 7F | 50 | 0 | 25 | 14 | 98 | 43 | 30 |
| Octal | 50 | 313 | 177 | 120 | 0 | 45 | 24 | 230 | 103 | 60 |
| Binary | 101000 | 11001011 | 1111111 | 1010000 | 0 | 100101 | 10100 | 10011000 | 1000011 | 110000 |
Color Harmonies of #28CB7F
Complementary color
Monochromatic Colors of #28CB7F
Black with #28CB7F
Text Example
Text Example
White with #28CB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CB7F; }
p { color: rgb(40,203,127); }
H1.HeaderClassName
{
color: #28CB7F;
}
.AnyTagClassName
{
color: #28CB7F;
}
</style>
background-color css
<style>
a { background-color: #28CB7F; }
a { background-color: rgb(40,203,127); }
div.DivClassName
{
background-color: #28CB7F;
}
.BgClassName
{
background-color: #28CB7F;
}
</style>
border-color css
<style>
span { border-color: #28CB7F; }
span { border-color: rgb(40,203,127); }
td.TdClassName
{
border-color: #28CB7F;
}
.TagClassName
{
border-color: #28CB7F;
}
</style>