#008202

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

Shades of Green #008202

Tints of Green #008202

Color information

#008202 (or 0x008202) is unknown color: approx Green. HEX triplet: 00, 82 and 02. RGB value is (0,130,2). Sum of RGB (Red+Green+Blue) = 0+130+2=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 130 (51.17% from 255 or 98.48% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 130 - color contains mainly: green. Hex color #008202 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008202 is #FF7DFD. Grayscale: #4C4C4C. Windows color (decimal): -16743934 or 164352. OLE color: 164352.

HSL color Cylindrical-coordinate representation of color #008202: hue angle of 120.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008202 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB01302-
CMYK100.980.49
HSL120.92º100%25.49%-
HSV(B)120.92º100%50.98%-
XYZ7.9915.972.72-
YUV76.5485.9373.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 98.48%
BLUE value IS 2 (1.17% from 255) = 1.52%
R=0%
G=98.48%
B=1.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal01302100.980.49120.9210025.49
Hex08226406231796419
Octal0202214401426117114431
Binary010000010101100100011000101100011111001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008202; }

 p { color: rgb(0,130,2); }

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

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

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

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

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

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

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