#008113

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

Shades of Green #008113

Tints of Green #008113

Color information

#008113 (or 0x008113) is unknown color: approx Green. HEX triplet: 00, 81 and 13. RGB value is (0,129,19). Sum of RGB (Red+Green+Blue) = 0+129+19=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 129 (50.78% from 255 or 87.16% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 129 - color contains mainly: green. Hex color #008113 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008113 is #FF7EEC. Grayscale: #4E4E4E. Windows color (decimal): -16744173 or 1278208. OLE color: 1278208.

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

Color convert

RGB012919-
CMYK100.850.49
HSL128.84º100%25.29%-
HSV(B)128.84º100%50.59%-
XYZ7.9715.753.24-
YUV77.8994.7672.44-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 129 (50.78% from 255) = 87.16%
BLUE value IS 19 (7.81% from 255) = 12.84%
R=0%
G=87.16%
B=12.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal012919100.850.49128.8410025.29
Hex081136405531816419
Octal02012314401256120114431
Binary0100000011001111001000101010111000110000001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008113; }

 p { color: rgb(0,129,19); }

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

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

 a { background-color: rgb(0,129,19); }

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

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

 span { border-color: rgb(0,129,19); }

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