Html Css Color HEX #018E49 Pigment Green

📋 copy color: '#018E49'

red 1 ◦ green 142 ◦ blue 73

#018E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #018E49

Tints of Pigment Green #018E49

RGB

 RED value IS 1 (0.78% from 255) = 0.46%

 GREEN value IS 142 (55.86% from 255) = 65.74%

 BLUE value IS 73 (28.91% from 255) = 33.8%

R = 0.46%
G = 65.74%
B = 33.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#018E49 (or 0x018E49) is known color: Pigment Green. HEX triplet: 01, 8E and 49. RGB value is (1,142,73). Sum of RGB (Red+Green+Blue) = 1+142+73=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 142 (55.86% from 255 or 65.74% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 142 - color contains mainly: green. Hex color #018E49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018E49 is #FE71B6. Grayscale: #5C5C5C. Windows color (decimal): -16675255 or 4820481. OLE color: 4820481.

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

Color convert

RGB 1 142 73 -
CMYK 0.99 0 0.49 0.44
HSL 150.64º 0.99% 0.28% -
HSV(B) 150.64º 0.99% 0.56% -
XYZ 10.89 19.83 9.56 -
YUV 91.98 117.29 63.11 -
System Red Green Blue C M Y K H S L
Decimal 1 142 73 0.99 0 0.49 0.44 150.64 0.99 0.28
Hex 1 8E 49 63 0 31 2C 97 63 1C
Octal 1 216 111 143 0 61 54 227 143 34
Binary 1 10001110 1001001 1100011 0 110001 101100 10010111 1100011 11100

Color Harmonies of #018E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018E49

Black with #018E49

Text Example


Text Example

White with #018E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #018E49;
 }
 .AnyTagClassName
 {
   color: #018E49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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