#028D3C

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

Shades of Pigment Green #028D3C

Tints of Pigment Green #028D3C

Color information

#028D3C (or 0x028D3C) is unknown color: approx Pigment Green. HEX triplet: 02, 8D and 3C. RGB value is (2,141,60). Sum of RGB (Red+Green+Blue) = 2+141+60=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 141 (55.47% from 255 or 69.46% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 141 - color contains mainly: green. Hex color #028D3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028D3C is #FD72C3. Grayscale: #5A5A5A. Windows color (decimal): -16609988 or 3968258. OLE color: 3968258.

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

Color convert

RGB214160-
CMYK0.9900.570.45
HSL145.04º97.2%28.04%-
HSV(B)145.04º98.58%55.29%-
XYZ10.3719.397.47-
YUV90.2110.9565.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 141 (55.47% from 255) = 69.46%
BLUE value IS 60 (23.83% from 255) = 29.56%
R=0.99%
G=69.46%
B=29.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2141600.9900.570.45145.0497.228.04
Hex28D3C630392D91611c
Octal2215741430715522114134
Binary10100011011111001100011011100110110110010001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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