#008310

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

Shades of Green #008310

Tints of Green #008310

Color information

#008310 (or 0x008310) is unknown color: approx Green. HEX triplet: 00, 83 and 10. RGB value is (0,131,16). Sum of RGB (Red+Green+Blue) = 0+131+16=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 131 (51.56% from 255 or 89.12% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 131 - color contains mainly: green. Hex color #008310 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008310 is #FF7CEF. Grayscale: #4F4F4F. Windows color (decimal): -16743664 or 1082112. OLE color: 1082112.

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

Color convert

RGB013116-
CMYK100.880.49
HSL127.33º100%25.69%-
HSV(B)127.33º100%51.37%-
XYZ8.2116.273.2-
YUV78.7292.671.85-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 131 (51.56% from 255) = 89.12%
BLUE value IS 16 (6.64% from 255) = 10.88%
R=0%
G=89.12%
B=10.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013116100.880.49127.3310025.69
Hex0831064058317f641a
Octal02032014401306117714432
Binary010000011100001100100010110001100011111111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008310; }

 p { color: rgb(0,131,16); }

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

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

 a { background-color: rgb(0,131,16); }

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

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

 span { border-color: rgb(0,131,16); }

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