Html Css Color HEX #019046 Pigment Green

📋 copy color: '#019046'

red 1 ◦ green 144 ◦ blue 70

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

Shades of Pigment Green #019046

Tints of Pigment Green #019046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 32.56%

R = 0.47%
G = 66.98%
B = 32.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#019046 (or 0x019046) is known color: Pigment Green. HEX triplet: 01, 90 and 46. RGB value is (1,144,70). Sum of RGB (Red+Green+Blue) = 1+144+70=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 144 (56.64% from 255 or 66.98% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 144 - color contains mainly: green. Hex color #019046 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019046 is #FE6FB9. Grayscale: #5C5C5C. Windows color (decimal): -16674746 or 4624385. OLE color: 4624385.

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

Color convert

RGB 1 144 70 -
CMYK 0.99 0 0.51 0.44
HSL 148.95º 0.99% 0.28% -
HSV(B) 148.95º 0.99% 0.56% -
XYZ 11.09 20.4 9.15 -
YUV 92.81 115.12 62.52 -
System Red Green Blue C M Y K H S L
Decimal 1 144 70 0.99 0 0.51 0.44 148.95 0.99 0.28
Hex 1 90 46 63 0 33 2C 95 63 1C
Octal 1 220 106 143 0 63 54 225 143 34
Binary 1 10010000 1000110 1100011 0 110011 101100 10010101 1100011 11100

Color Harmonies of #019046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019046

Black with #019046

Text Example


Text Example

White with #019046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019046; }

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

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

background-color css

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

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

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

border-color css

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

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

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