#008E47

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

Shades of Pigment Green #008E47

Tints of Pigment Green #008E47

Color information

#008E47 (or 0x008E47) is unknown color: approx Pigment Green. HEX triplet: 00, 8E and 47. RGB value is (0,142,71). Sum of RGB (Red+Green+Blue) = 0+142+71=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 142 (55.86% from 255 or 66.67% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 142 - color contains mainly: green. Hex color #008E47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008E47 is #FF71B8. Grayscale: #5B5B5B. Windows color (decimal): -16740793 or 4689408. OLE color: 4689408.

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

Color convert

RGB014271-
CMYK100.50.44
HSL150º100%27.84%-
HSV(B)150º100%55.69%-
XYZ10.8119.89.21-
YUV91.45116.4662.77-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 142 (55.86% from 255) = 66.67%
BLUE value IS 71 (28.12% from 255) = 33.33%
R=0%
G=66.67%
B=33.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal014271100.50.4415010027.84
Hex08E47640322C96641c
Octal02161071440625422614434
Binary01000111010001111100100011001010110010010110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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