#008B47

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

Shades of Pigment Green #008B47

Tints of Pigment Green #008B47

Color information

#008B47 (or 0x008B47) is unknown color: approx Pigment Green. HEX triplet: 00, 8B and 47. RGB value is (0,139,71). Sum of RGB (Red+Green+Blue) = 0+139+71=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 139 (54.69% from 255 or 66.19% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 139 - color contains mainly: green. Hex color #008B47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008B47 is #FF74B8. Grayscale: #595959. Windows color (decimal): -16741561 or 4688640. OLE color: 4688640.

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

Color convert

RGB013971-
CMYK100.490.45
HSL150.65º100%27.25%-
HSV(B)150.65º100%54.51%-
XYZ10.3718.929.07-
YUV89.69117.4564.03-

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) = 66.19%
BLUE value IS 71 (28.12% from 255) = 33.81%
R=0%
G=66.19%
B=33.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal013971100.490.45150.6510027.25
Hex08B47640312D97641b
Octal02131071440615522714433
Binary01000101110001111100100011000110110110010111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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