#028D36

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

Shades of Pigment Green #028D36

Tints of Pigment Green #028D36

Color information

#028D36 (or 0x028D36) is unknown color: approx Pigment Green. HEX triplet: 02, 8D and 36. RGB value is (2,141,54). Sum of RGB (Red+Green+Blue) = 2+141+54=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 141 (55.47% from 255 or 71.57% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 141 - color contains mainly: green. Hex color #028D36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028D36 is #FD72C9. Grayscale: #595959. Windows color (decimal): -16609994 or 3575042. OLE color: 3575042.

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

Color convert

RGB214154-
CMYK0.9900.620.45
HSL142.45º97.2%28.04%-
HSV(B)142.45º98.58%55.29%-
XYZ10.2219.336.68-
YUV89.52107.9565.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 141 (55.47% from 255) = 71.57%
BLUE value IS 54 (21.48% from 255) = 27.41%
R=1.02%
G=71.57%
B=27.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2141540.9900.620.45142.4597.228.04
Hex28D366303E2D8e611c
Octal2215661430765521614134
Binary10100011011101101100011011111010110110001110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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