#008218

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

Shades of Green #008218

Tints of Green #008218

Color information

#008218 (or 0x008218) is unknown color: approx Green. HEX triplet: 00, 82 and 18. RGB value is (0,130,24). Sum of RGB (Red+Green+Blue) = 0+130+24=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 130 (51.17% from 255 or 84.42% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 130 - color contains mainly: green. Hex color #008218 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008218 is #FF7DE7. Grayscale: #4F4F4F. Windows color (decimal): -16743912 or 1606144. OLE color: 1606144.

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

Color convert

RGB013024-
CMYK100.820.49
HSL131.08º100%25.49%-
HSV(B)131.08º100%50.98%-
XYZ8.1516.033.53-
YUV79.0596.9371.62-

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) = 84.42%
BLUE value IS 24 (9.77% from 255) = 15.58%
R=0%
G=84.42%
B=15.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013024100.820.49131.0810025.49
Hex082186405231836419
Octal02023014401226120314431
Binary0100000101100011001000101001011000110000011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008218; }

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

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

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

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

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

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

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

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