#008B4C

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

Shades of Pigment Green #008B4C

Tints of Pigment Green #008B4C

Color information

#008B4C (or 0x008B4C) is unknown color: approx Pigment Green. HEX triplet: 00, 8B and 4C. RGB value is (0,139,76). Sum of RGB (Red+Green+Blue) = 0+139+76=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 139 (54.69% from 255 or 64.65% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 139 - color contains mainly: green. Hex color #008B4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008B4C is #FF74B3. Grayscale: #5A5A5A. Windows color (decimal): -16741556 or 5016320. OLE color: 5016320.

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

Color convert

RGB013976-
CMYK100.450.45
HSL152.81º100%27.25%-
HSV(B)152.81º100%54.51%-
XYZ10.5418.999.95-
YUV90.26119.9563.62-

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) = 64.65%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=0%
G=64.65%
B=35.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal013976100.450.45152.8110027.25
Hex08B4C6402D2D99641b
Octal02131141440555523114433
Binary01000101110011001100100010110110110110011001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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