#028402

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

Shades of Green #028402

Tints of Green #028402

Color information

#028402 (or 0x028402) is unknown color: approx Green. HEX triplet: 02, 84 and 02. RGB value is (2,132,2). Sum of RGB (Red+Green+Blue) = 2+132+2=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 132 (51.95% from 255 or 97.06% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 132 - color contains mainly: green. Hex color #028402 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028402 is #FD7BFD. Grayscale: #4E4E4E. Windows color (decimal): -16612350 or 164866. OLE color: 164866.

HSL color Cylindrical-coordinate representation of color #028402: hue angle of 120º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028402 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB21322-
CMYK0.9800.980.48
HSL120º97.01%26.27%-
HSV(B)120º98.48%51.76%-
XYZ8.2916.522.81-
YUV78.3184.9373.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.47%
GREEN value IS 132 (51.95% from 255) = 97.06%
BLUE value IS 2 (1.17% from 255) = 1.47%
R=1.47%
G=97.06%
B=1.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal213220.9800.980.4812097.0126.27
Hex2842620623078611a
Octal2204214201426017014132
Binary1010000100101100010011000101100001111000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028402; }

 p { color: rgb(2,132,2); }

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

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

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

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

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

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

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