#028D4C

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

Shades of Pigment Green #028D4C

Tints of Pigment Green #028D4C

Color information

#028D4C (or 0x028D4C) is unknown color: approx Pigment Green. HEX triplet: 02, 8D and 4C. RGB value is (2,141,76). Sum of RGB (Red+Green+Blue) = 2+141+76=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 141 (55.47% from 255 or 64.38% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 141 - color contains mainly: green. Hex color #028D4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028D4C is #FD72B3. Grayscale: #5C5C5C. Windows color (decimal): -16609972 or 5016834. OLE color: 5016834.

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

Color convert

RGB214176-
CMYK0.9900.460.45
HSL151.94º97.2%28.04%-
HSV(B)151.94º98.58%55.29%-
XYZ10.8519.5810.05-
YUV92.03118.9563.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 141 (55.47% from 255) = 64.38%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=0.91%
G=64.38%
B=34.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2141760.9900.460.45151.9497.228.04
Hex28D4C6302E2D98611c
Octal22151141430565523014134
Binary101000110110011001100011010111010110110011000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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