#008217

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

Shades of Green #008217

Tints of Green #008217

Color information

#008217 (or 0x008217) is unknown color: approx Green. HEX triplet: 00, 82 and 17. RGB value is (0,130,23). Sum of RGB (Red+Green+Blue) = 0+130+23=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 130 (51.17% from 255 or 84.97% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 130 - color contains mainly: green. Hex color #008217 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008217 is #FF7DE8. Grayscale: #4F4F4F. Windows color (decimal): -16743913 or 1540608. OLE color: 1540608.

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

Color convert

RGB013023-
CMYK100.820.49
HSL130.62º100%25.49%-
HSV(B)130.62º100%50.98%-
XYZ8.1416.033.48-
YUV78.9396.4371.7-

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.97%
BLUE value IS 23 (9.38% from 255) = 15.03%
R=0%
G=84.97%
B=15.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013023100.820.49130.6210025.49
Hex082176405231836419
Octal02022714401226120314431
Binary0100000101011111001000101001011000110000011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008217; }

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

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

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

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

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

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

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

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