#028B5B

Color #028B5B Shamrock Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock Green #028B5B

Tints of Shamrock Green #028B5B

Color information

#028B5B (or 0x028B5B) is unknown color: approx Shamrock Green. HEX triplet: 02, 8B and 5B. RGB value is (2,139,91). Sum of RGB (Red+Green+Blue) = 2+139+91=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 139 (54.69% from 255 or 59.91% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 139 - color contains mainly: green. Hex color #028B5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028B5B is #FD74A4. Grayscale: #5C5C5C. Windows color (decimal): -16610469 or 5999362. OLE color: 5999362.

HSL color Cylindrical-coordinate representation of color #028B5B: hue angle of 158.98º 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 #028B5B is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB213991-
CMYK0.9900.350.45
HSL158.98º97.16%27.65%-
HSV(B)158.98º98.56%54.51%-
XYZ11.1519.2313.02-
YUV92.56127.1163.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.86%
GREEN value IS 139 (54.69% from 255) = 59.91%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=0.86%
G=59.91%
B=39.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2139910.9900.350.45158.9897.1627.65
Hex28B5B630232D9f611c
Octal22131331430435523714134
Binary101000101110110111100011010001110110110011111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028B5B; }

 p { color: rgb(2,139,91); }

 H1.HeaderClassName
 {
   color: #028B5B;
 }
 .AnyTagClassName
 {
   color: #028B5B;
 }
</style>
background-color css

<style>
 a { background-color: #028B5B; }

 a { background-color: rgb(2,139,91); }

 div.DivClassName
 {
   background-color: #028B5B;
 }
 .BgClassName
 {
   background-color: #028B5B;
 }
</style>
border-color css

<style>
 span { border-color: #028B5B; }

 span { border-color: rgb(2,139,91); }

 td.TdClassName
 {
   border-color: #028B5B;
 }
 .TagClassName
 {
   border-color: #028B5B;
 }
</style>