#008206

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

Shades of Green #008206

Tints of Green #008206

Color information

#008206 (or 0x008206) is unknown color: approx Green. HEX triplet: 00, 82 and 06. RGB value is (0,130,6). Sum of RGB (Red+Green+Blue) = 0+130+6=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 130 (51.17% from 255 or 95.59% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 130 - color contains mainly: green. Hex color #008206 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008206 is #FF7DF9. Grayscale: #4D4D4D. Windows color (decimal): -16743930 or 426496. OLE color: 426496.

HSL color Cylindrical-coordinate representation of color #008206: hue angle of 122.77º 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 #008206 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB01306-
CMYK100.950.49
HSL122.77º100%25.49%-
HSV(B)122.77º100%50.98%-
XYZ8.0215.982.83-
YUV76.9987.9373.08-

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) = 95.59%
BLUE value IS 6 (2.73% from 255) = 4.41%
R=0%
G=95.59%
B=4.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal01306100.950.49122.7710025.49
Hex08266405F317b6419
Octal0202614401376117314431
Binary0100000101101100100010111111100011111011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008206; }

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

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

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

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

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

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

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

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