Shades of Shamrock Green #028B5C
Tints of Shamrock Green #028B5C
RGB
CMYK
RGB Variations
Color information
#028B5C (or 0x028B5C) is known color: Shamrock Green. HEX triplet: 02, 8B and 5C. RGB value is (2,139,92). Sum of RGB (Red+Green+Blue) = 2+139+92=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 139 (54.69% from 255 or 59.66% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 139 - color contains mainly: green. Hex color #028B5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028B5C is #FD74A3. Grayscale: #5C5C5C. Windows color (decimal): -16610468 or 6064898. OLE color: 6064898.
HSL color Cylindrical-coordinate representation of color #028B5C: hue angle of 159.42º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028B5C is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 139 | 92 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.45 |
| HSL | 159.42º | 0.97% | 0.28% | - |
| HSV(B) | 159.42º | 0.99% | 0.55% | - |
| XYZ | 11.19 | 19.25 | 13.25 | - |
| YUV | 92.68 | 127.61 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 139 | 92 | 0.99 | 0 | 0.34 | 0.45 | 159.42 | 0.97 | 0.28 |
| Hex | 2 | 8B | 5C | 63 | 0 | 22 | 2D | 9F | 61 | 1C |
| Octal | 2 | 213 | 134 | 143 | 0 | 42 | 55 | 237 | 141 | 34 |
| Binary | 10 | 10001011 | 1011100 | 1100011 | 0 | 100010 | 101101 | 10011111 | 1100001 | 11100 |
Color Harmonies of #028B5C
Complementary color
Monochromatic Colors of #028B5C
Black with #028B5C
Text Example
Text Example
White with #028B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028B5C; }
p { color: rgb(2,139,92); }
H1.HeaderClassName
{
color: #028B5C;
}
.AnyTagClassName
{
color: #028B5C;
}
</style>
background-color css
<style>
a { background-color: #028B5C; }
a { background-color: rgb(2,139,92); }
div.DivClassName
{
background-color: #028B5C;
}
.BgClassName
{
background-color: #028B5C;
}
</style>
border-color css
<style>
span { border-color: #028B5C; }
span { border-color: rgb(2,139,92); }
td.TdClassName
{
border-color: #028B5C;
}
.TagClassName
{
border-color: #028B5C;
}
</style>