#028E4B

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

Shades of Pigment Green #028E4B

Tints of Pigment Green #028E4B

Color information

#028E4B (or 0x028E4B) is unknown color: approx Pigment Green. HEX triplet: 02, 8E and 4B. RGB value is (2,142,75). Sum of RGB (Red+Green+Blue) = 2+142+75=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 142 (55.86% from 255 or 64.84% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 142 - color contains mainly: green. Hex color #028E4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028E4B is #FD71B4. Grayscale: #5C5C5C. Windows color (decimal): -16609717 or 4951554. OLE color: 4951554.

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

Color convert

RGB214275-
CMYK0.9900.470.44
HSL151.29º97.22%28.24%-
HSV(B)151.29º98.59%55.69%-
XYZ10.9719.879.91-
YUV92.5118.1263.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 142 (55.86% from 255) = 64.84%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=0.91%
G=64.84%
B=34.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2142750.9900.470.44151.2997.2228.24
Hex28E4B6302F2C97611c
Octal22161131430575422714134
Binary101000111010010111100011010111110110010010111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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