#008B4D

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

Shades of Pigment Green #008B4D

Tints of Pigment Green #008B4D

Color information

#008B4D (or 0x008B4D) is unknown color: approx Pigment Green. HEX triplet: 00, 8B and 4D. RGB value is (0,139,77). Sum of RGB (Red+Green+Blue) = 0+139+77=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 139 (54.69% from 255 or 64.35% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 139 - color contains mainly: green. Hex color #008B4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008B4D is #FF74B2. Grayscale: #5A5A5A. Windows color (decimal): -16741555 or 5081856. OLE color: 5081856.

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

Color convert

RGB013977-
CMYK100.450.45
HSL153.24º100%27.25%-
HSV(B)153.24º100%54.51%-
XYZ10.571910.13-
YUV90.37120.4563.54-

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.35%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=0%
G=64.35%
B=35.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal013977100.450.45153.2410027.25
Hex08B4D6402D2D99641b
Octal02131151440555523114433
Binary01000101110011011100100010110110110110011001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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