#008B1B

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

Shades of Green #008B1B

Tints of Green #008B1B

Color information

#008B1B (or 0x008B1B) is unknown color: approx Green. HEX triplet: 00, 8B and 1B. RGB value is (0,139,27). Sum of RGB (Red+Green+Blue) = 0+139+27=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 139 (54.69% from 255 or 83.73% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 139 - color contains mainly: green. Hex color #008B1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008B1B is #FF74E4. Grayscale: #545454. Windows color (decimal): -16741605 or 1805056. OLE color: 1805056.

HSL color Cylindrical-coordinate representation of color #008B1B: hue angle of 131.65º 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 #008B1B is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB013927-
CMYK100.810.45
HSL131.65º100%27.25%-
HSV(B)131.65º100%54.51%-
XYZ9.4318.544.12-
YUV84.6795.4567.61-

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) = 83.73%
BLUE value IS 27 (10.94% from 255) = 16.27%
R=0%
G=83.73%
B=16.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal013927100.810.45131.6510027.25
Hex08B1B640512D84641b
Octal02133314401215520414433
Binary0100010111101111001000101000110110110000100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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