#008104

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

Shades of Green #008104

Tints of Green #008104

Color information

#008104 (or 0x008104) is unknown color: approx Green. HEX triplet: 00, 81 and 04. RGB value is (0,129,4). Sum of RGB (Red+Green+Blue) = 0+129+4=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 129 (50.78% from 255 or 96.99% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 129 - color contains mainly: green. Hex color #008104 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008104 is #FF7EFB. Grayscale: #4C4C4C. Windows color (decimal): -16744188 or 295168. OLE color: 295168.

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

Color convert

RGB01294-
CMYK100.970.49
HSL121.86º100%25.29%-
HSV(B)121.86º100%50.59%-
XYZ7.8715.712.73-
YUV76.1887.2673.66-

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) = 96.99%
BLUE value IS 4 (1.95% from 255) = 3.01%
R=0%
G=96.99%
B=3.01%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal01294100.970.49121.8610025.29
Hex081464061317a6419
Octal0201414401416117214431
Binary0100000011001100100011000011100011111010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008104; }

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

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

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

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

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

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

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

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