#008D44

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

Shades of Pigment Green #008D44

Tints of Pigment Green #008D44

Color information

#008D44 (or 0x008D44) is unknown color: approx Pigment Green. HEX triplet: 00, 8D and 44. RGB value is (0,141,68). Sum of RGB (Red+Green+Blue) = 0+141+68=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 141 (55.47% from 255 or 67.46% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 141 - color contains mainly: green. Hex color #008D44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008D44 is #FF72BB. Grayscale: #5A5A5A. Windows color (decimal): -16741052 or 4492544. OLE color: 4492544.

HSL color Cylindrical-coordinate representation of color #008D44: hue angle of 148.94º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008D44 is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.

Color convert

RGB014168-
CMYK100.520.45
HSL148.94º100%27.65%-
HSV(B)148.94º100%55.29%-
XYZ10.5719.478.67-
YUV90.52115.2963.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 141 (55.47% from 255) = 67.46%
BLUE value IS 68 (26.95% from 255) = 32.54%
R=0%
G=67.46%
B=32.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal014168100.520.45148.9410027.65
Hex08D44640342D95641c
Octal02151041440645522514434
Binary01000110110001001100100011010010110110010101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,141,68); }

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

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

 a { background-color: rgb(0,141,68); }

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

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

 span { border-color: rgb(0,141,68); }

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