#028D35

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

Shades of Pigment Green #028D35

Tints of Pigment Green #028D35

Color information

#028D35 (or 0x028D35) is unknown color: approx Pigment Green. HEX triplet: 02, 8D and 35. RGB value is (2,141,53). Sum of RGB (Red+Green+Blue) = 2+141+53=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 141 (55.47% from 255 or 71.94% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 141 - color contains mainly: green. Hex color #028D35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028D35 is #FD72CA. Grayscale: #595959. Windows color (decimal): -16609995 or 3509506. OLE color: 3509506.

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

Color convert

RGB214153-
CMYK0.9900.620.45
HSL142.01º97.2%28.04%-
HSV(B)142.01º98.58%55.29%-
XYZ10.1919.326.56-
YUV89.41107.4565.66-

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.94%
BLUE value IS 53 (21.09% from 255) = 27.04%
R=1.02%
G=71.94%
B=27.04%

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
Decimal2141530.9900.620.45142.0197.228.04
Hex28D356303E2D8e611c
Octal2215651430765521614134
Binary10100011011101011100011011111010110110001110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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