#018E3E

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

Shades of Pigment Green #018E3E

Tints of Pigment Green #018E3E

Color information

#018E3E (or 0x018E3E) is unknown color: approx Pigment Green. HEX triplet: 01, 8E and 3E. RGB value is (1,142,62). Sum of RGB (Red+Green+Blue) = 1+142+62=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 142 (55.86% from 255 or 69.27% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 142 - color contains mainly: green. Hex color #018E3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018E3E is #FE71C1. Grayscale: #5A5A5A. Windows color (decimal): -16675266 or 4099585. OLE color: 4099585.

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

Color convert

RGB114262-
CMYK0.9900.560.44
HSL145.96º98.6%28.04%-
HSV(B)145.96º99.3%55.69%-
XYZ10.5619.77.8-
YUV90.72111.7964-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 142 (55.86% from 255) = 69.27%
BLUE value IS 62 (24.61% from 255) = 30.24%
R=0.49%
G=69.27%
B=30.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1142620.9900.560.44145.9698.628.04
Hex18E3E630382C92631c
Octal1216761430705422214334
Binary1100011101111101100011011100010110010010010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018E3E; }

 p { color: rgb(1,142,62); }

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

<style>
 a { background-color: #018E3E; }

 a { background-color: rgb(1,142,62); }

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

<style>
 span { border-color: #018E3E; }

 span { border-color: rgb(1,142,62); }

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