#028C45

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

Shades of Pigment Green #028C45

Tints of Pigment Green #028C45

Color information

#028C45 (or 0x028C45) is unknown color: approx Pigment Green. HEX triplet: 02, 8C and 45. RGB value is (2,140,69). Sum of RGB (Red+Green+Blue) = 2+140+69=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 140 (55.08% from 255 or 66.35% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 140 - color contains mainly: green. Hex color #028C45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028C45 is #FD73BA. Grayscale: #5A5A5A. Windows color (decimal): -16610235 or 4557826. OLE color: 4557826.

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

Color convert

RGB214069-
CMYK0.9900.510.45
HSL149.13º97.18%27.84%-
HSV(B)149.13º98.57%54.9%-
XYZ10.4819.28.78-
YUV90.64115.7864.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 140 (55.08% from 255) = 66.35%
BLUE value IS 69 (27.34% from 255) = 32.70%
R=0.95%
G=66.35%
B=32.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2140690.9900.510.45149.1397.1827.84
Hex28C45630332D95611c
Octal22141051430635522514134
Binary101000110010001011100011011001110110110010101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,140,69); }

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

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

 a { background-color: rgb(2,140,69); }

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

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

 span { border-color: rgb(2,140,69); }

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