#008B08

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

Shades of Green #008B08

Tints of Green #008B08

Color information

#008B08 (or 0x008B08) is unknown color: approx Green. HEX triplet: 00, 8B and 08. RGB value is (0,139,8). Sum of RGB (Red+Green+Blue) = 0+139+8=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 139 (54.69% from 255 or 94.56% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 139 - color contains mainly: green. Hex color #008B08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008B08 is #FF74F7. Grayscale: #525252. Windows color (decimal): -16741624 or 559872. OLE color: 559872.

HSL color Cylindrical-coordinate representation of color #008B08: hue angle of 123.45º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008B08 is Cyan = 1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB01398-
CMYK100.940.45
HSL123.45º100%27.25%-
HSV(B)123.45º100%54.51%-
XYZ9.2818.483.31-
YUV82.585.9569.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 139 (54.69% from 255) = 94.56%
BLUE value IS 8 (3.52% from 255) = 5.44%
R=0%
G=94.56%
B=5.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal01398100.940.45123.4510027.25
Hex08B86405E2D7b641b
Octal02131014401365517314433
Binary01000101110001100100010111101011011111011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008B08; }

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

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

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

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

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

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

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

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