#028E48

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

Shades of Pigment Green #028E48

Tints of Pigment Green #028E48

Color information

#028E48 (or 0x028E48) is unknown color: approx Pigment Green. HEX triplet: 02, 8E and 48. RGB value is (2,142,72). Sum of RGB (Red+Green+Blue) = 2+142+72=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 142 (55.86% from 255 or 65.74% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 142 - color contains mainly: green. Hex color #028E48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028E48 is #FD71B7. Grayscale: #5C5C5C. Windows color (decimal): -16609720 or 4754946. OLE color: 4754946.

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

Color convert

RGB214272-
CMYK0.9900.490.44
HSL150º97.22%28.24%-
HSV(B)150º98.59%55.69%-
XYZ10.8719.839.39-
YUV92.16116.6263.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 142 (55.86% from 255) = 65.74%
BLUE value IS 72 (28.52% from 255) = 33.33%
R=0.93%
G=65.74%
B=33.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2142720.9900.490.4415097.2228.24
Hex28E48630312C96611c
Octal22161101430615422614134
Binary101000111010010001100011011000110110010010110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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