#028A5C

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

Shades of Shamrock Green #028A5C

Tints of Shamrock Green #028A5C

Color information

#028A5C (or 0x028A5C) is unknown color: approx Shamrock Green. HEX triplet: 02, 8A and 5C. RGB value is (2,138,92). Sum of RGB (Red+Green+Blue) = 2+138+92=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 138 (54.30% from 255 or 59.48% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 138 - color contains mainly: green. Hex color #028A5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028A5C is #FD75A3. Grayscale: #5C5C5C. Windows color (decimal): -16610724 or 6064642. OLE color: 6064642.

HSL color Cylindrical-coordinate representation of color #028A5C: hue angle of 159.71º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028A5C is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB213892-
CMYK0.9900.330.46
HSL159.71º97.14%27.45%-
HSV(B)159.71º98.55%54.12%-
XYZ11.0518.9613.2-
YUV92.09127.9463.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.86%
GREEN value IS 138 (54.30% from 255) = 59.48%
BLUE value IS 92 (36.33% from 255) = 39.66%
R=0.86%
G=59.48%
B=39.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2138920.9900.330.46159.7197.1427.45
Hex28A5C630212Ea0611b
Octal22121341430415624014133
Binary101000101010111001100011010000110111010100000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,138,92); }

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

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

 a { background-color: rgb(2,138,92); }

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

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

 span { border-color: rgb(2,138,92); }

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