#028D4E

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

Shades of Pigment Green #028D4E

Tints of Pigment Green #028D4E

Color information

#028D4E (or 0x028D4E) is unknown color: approx Pigment Green. HEX triplet: 02, 8D and 4E. RGB value is (2,141,78). Sum of RGB (Red+Green+Blue) = 2+141+78=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 141 (55.47% from 255 or 63.80% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 141 - color contains mainly: green. Hex color #028D4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028D4E is #FD72B1. Grayscale: #5C5C5C. Windows color (decimal): -16609970 or 5147906. OLE color: 5147906.

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

Color convert

RGB214178-
CMYK0.9900.450.45
HSL152.81º97.2%28.04%-
HSV(B)152.81º98.58%55.29%-
XYZ10.9319.6110.42-
YUV92.26119.9563.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 141 (55.47% from 255) = 63.80%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=0.90%
G=63.80%
B=35.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2141780.9900.450.45152.8197.228.04
Hex28D4E6302D2D99611c
Octal22151161430555523114134
Binary101000110110011101100011010110110110110011001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,141,78); }

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

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

 a { background-color: rgb(2,141,78); }

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

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

 span { border-color: rgb(2,141,78); }

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