#008B3E

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

Shades of Pigment Green #008B3E

Tints of Pigment Green #008B3E

Color information

#008B3E (or 0x008B3E) is unknown color: approx Pigment Green. HEX triplet: 00, 8B and 3E. RGB value is (0,139,62). Sum of RGB (Red+Green+Blue) = 0+139+62=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 139 (54.69% from 255 or 69.15% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 139 - color contains mainly: green. Hex color #008B3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008B3E is #FF74C1. Grayscale: #585858. Windows color (decimal): -16741570 or 4098816. OLE color: 4098816.

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

Color convert

RGB013962-
CMYK100.550.45
HSL146.76º100%27.25%-
HSV(B)146.76º100%54.51%-
XYZ10.118.817.66-
YUV88.66112.9564.76-

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) = 69.15%
BLUE value IS 62 (24.61% from 255) = 30.85%
R=0%
G=69.15%
B=30.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal013962100.550.45146.7610027.25
Hex08B3E640372D93641b
Octal0213761440675522314433
Binary0100010111111101100100011011110110110010011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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