#028E4A

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

Shades of Pigment Green #028E4A

Tints of Pigment Green #028E4A

Color information

#028E4A (or 0x028E4A) is unknown color: approx Pigment Green. HEX triplet: 02, 8E and 4A. RGB value is (2,142,74). Sum of RGB (Red+Green+Blue) = 2+142+74=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 142 (55.86% from 255 or 65.14% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 142 - color contains mainly: green. Hex color #028E4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028E4A is #FD71B5. Grayscale: #5C5C5C. Windows color (decimal): -16609718 or 4886018. OLE color: 4886018.

HSL color Cylindrical-coordinate representation of color #028E4A: hue angle of 150.86º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028E4A is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB214274-
CMYK0.9900.480.44
HSL150.86º97.22%28.24%-
HSV(B)150.86º98.59%55.69%-
XYZ10.9319.859.73-
YUV92.39117.6263.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 142 (55.86% from 255) = 65.14%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=0.92%
G=65.14%
B=33.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2142740.9900.480.44150.8697.2228.24
Hex28E4A630302C97611c
Octal22161121430605422714134
Binary101000111010010101100011011000010110010010111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,142,74); }

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

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

 a { background-color: rgb(2,142,74); }

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

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

 span { border-color: rgb(2,142,74); }

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