#008E3C

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

Shades of Pigment Green #008E3C

Tints of Pigment Green #008E3C

Color information

#008E3C (or 0x008E3C) is unknown color: approx Pigment Green. HEX triplet: 00, 8E and 3C. RGB value is (0,142,60). Sum of RGB (Red+Green+Blue) = 0+142+60=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 142 (55.86% from 255 or 70.30% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 142 - color contains mainly: green. Hex color #008E3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008E3C is #FF71C3. Grayscale: #5A5A5A. Windows color (decimal): -16740804 or 3968512. OLE color: 3968512.

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

Color convert

RGB014260-
CMYK100.580.44
HSL145.35º100%27.84%-
HSV(B)145.35º100%55.69%-
XYZ10.4919.677.52-
YUV90.19110.9663.67-

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) = 70.30%
BLUE value IS 60 (23.83% from 255) = 29.70%
R=0%
G=70.30%
B=29.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal014260100.580.44145.3510027.84
Hex08E3C6403A2C91641c
Octal0216741440725422114434
Binary0100011101111001100100011101010110010010001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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