#008208

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

Shades of Green #008208

Tints of Green #008208

Color information

#008208 (or 0x008208) is unknown color: approx Green. HEX triplet: 00, 82 and 08. RGB value is (0,130,8). Sum of RGB (Red+Green+Blue) = 0+130+8=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 130 (51.17% from 255 or 94.20% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 130 - color contains mainly: green. Hex color #008208 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008208 is #FF7DF7. Grayscale: #4D4D4D. Windows color (decimal): -16743928 or 557568. OLE color: 557568.

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

Color convert

RGB01308-
CMYK100.940.49
HSL123.69º100%25.49%-
HSV(B)123.69º100%50.98%-
XYZ8.0315.982.89-
YUV77.2288.9372.92-

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) = 94.20%
BLUE value IS 8 (3.52% from 255) = 5.80%
R=0%
G=94.20%
B=5.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal01308100.940.49123.6910025.49
Hex08286405E317c6419
Octal02021014401366117414431
Binary01000001010001100100010111101100011111100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008208; }

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

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

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

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

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

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

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

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