Html Css Color HEX #019049 Pigment Green

📋 copy color: '#019049'

red 1 ◦ green 144 ◦ blue 73

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

Shades of Pigment Green #019049

Tints of Pigment Green #019049

RGB

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

 GREEN value IS 144 (56.64% from 255) = 66.06%

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

R = 0.46%
G = 66.06%
B = 33.49%

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

#019049 (or 0x019049) is known color: Pigment Green. HEX triplet: 01, 90 and 49. RGB value is (1,144,73). Sum of RGB (Red+Green+Blue) = 1+144+73=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 144 (56.64% from 255 or 66.06% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 144 - color contains mainly: green. Hex color #019049 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019049 is #FE6FB6. Grayscale: #5D5D5D. Windows color (decimal): -16674743 or 4820993. OLE color: 4820993.

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

Color convert

RGB 1 144 73 -
CMYK 0.99 0 0.49 0.44
HSL 150.21º 0.99% 0.28% -
HSV(B) 150.21º 0.99% 0.56% -
XYZ 11.19 20.43 9.66 -
YUV 93.15 116.62 62.27 -
System Red Green Blue C M Y K H S L
Decimal 1 144 73 0.99 0 0.49 0.44 150.21 0.99 0.28
Hex 1 90 49 63 0 31 2C 96 63 1C
Octal 1 220 111 143 0 61 54 226 143 34
Binary 1 10010000 1001001 1100011 0 110001 101100 10010110 1100011 11100

Color Harmonies of #019049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019049

Black with #019049

Text Example


Text Example

White with #019049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019049; }

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

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

background-color css

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

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

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

border-color css

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

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

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