#028C36

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

Shades of Pigment Green #028C36

Tints of Pigment Green #028C36

Color information

#028C36 (or 0x028C36) is unknown color: approx Pigment Green. HEX triplet: 02, 8C and 36. RGB value is (2,140,54). Sum of RGB (Red+Green+Blue) = 2+140+54=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 140 (55.08% from 255 or 71.43% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 140 - color contains mainly: green. Hex color #028C36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028C36 is #FD73C9. Grayscale: #595959. Windows color (decimal): -16610250 or 3574786. OLE color: 3574786.

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

Color convert

RGB214054-
CMYK0.9900.610.45
HSL142.61º97.18%27.84%-
HSV(B)142.61º98.57%54.9%-
XYZ10.0719.046.63-
YUV88.93108.2865.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 140 (55.08% from 255) = 71.43%
BLUE value IS 54 (21.48% from 255) = 27.55%
R=1.02%
G=71.43%
B=27.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2140540.9900.610.45142.6197.1827.84
Hex28C366303D2D8f611c
Octal2214661430755521714134
Binary10100011001101101100011011110110110110001111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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