#008105

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

Shades of Green #008105

Tints of Green #008105

Color information

#008105 (or 0x008105) is unknown color: approx Green. HEX triplet: 00, 81 and 05. RGB value is (0,129,5). Sum of RGB (Red+Green+Blue) = 0+129+5=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 129 (50.78% from 255 or 96.27% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 129 - color contains mainly: green. Hex color #008105 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008105 is #FF7EFA. Grayscale: #4C4C4C. Windows color (decimal): -16744187 or 360704. OLE color: 360704.

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

Color convert

RGB01295-
CMYK100.960.49
HSL122.33º100%25.29%-
HSV(B)122.33º100%50.59%-
XYZ7.8815.712.76-
YUV76.2987.7673.58-

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.27%
BLUE value IS 5 (2.34% from 255) = 3.73%
R=0%
G=96.27%
B=3.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal01295100.960.49122.3310025.29
Hex081564060317a6419
Octal0201514401406117214431
Binary0100000011011100100011000001100011111010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008105; }

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

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

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

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

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

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

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

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