#018F49

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

Shades of Pigment Green #018F49

Tints of Pigment Green #018F49

Color information

#018F49 (or 0x018F49) is unknown color: approx Pigment Green. HEX triplet: 01, 8F and 49. RGB value is (1,143,73). Sum of RGB (Red+Green+Blue) = 1+143+73=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 143 (56.25% from 255 or 65.90% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 143 - color contains mainly: green. Hex color #018F49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018F49 is #FE70B6. Grayscale: #5C5C5C. Windows color (decimal): -16674999 or 4820737. OLE color: 4820737.

HSL color Cylindrical-coordinate representation of color #018F49: hue angle of 150.42º 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 #018F49 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB114373-
CMYK0.9900.490.44
HSL150.42º98.61%28.24%-
HSV(B)150.42º99.3%56.08%-
XYZ11.0420.139.61-
YUV92.56116.9662.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 143 (56.25% from 255) = 65.90%
BLUE value IS 73 (28.91% from 255) = 33.64%
R=0.46%
G=65.90%
B=33.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1143730.9900.490.44150.4298.6128.24
Hex18F49630312C96631c
Octal12171111430615422614334
Binary11000111110010011100011011000110110010010110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,143,73); }

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

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

 a { background-color: rgb(1,143,73); }

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

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

 span { border-color: rgb(1,143,73); }

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