Html Css Color HEX #019146 Pigment Green

📋 copy color: '#019146'

red 1 ◦ green 145 ◦ blue 70

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

Shades of Pigment Green #019146

Tints of Pigment Green #019146

RGB

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

 GREEN value IS 145 (57.03% from 255) = 67.13%

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

R = 0.46%
G = 67.13%
B = 32.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#019146 (or 0x019146) is known color: Pigment Green. HEX triplet: 01, 91 and 46. RGB value is (1,145,70). Sum of RGB (Red+Green+Blue) = 1+145+70=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 145 (57.03% from 255 or 67.13% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 145 - color contains mainly: green. Hex color #019146 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019146 is #FE6EB9. Grayscale: #5D5D5D. Windows color (decimal): -16674490 or 4624641. OLE color: 4624641.

HSL color Cylindrical-coordinate representation of color #019146: hue angle of 148.75º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019146 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 145 70 -
CMYK 0.99 0 0.52 0.43
HSL 148.75º 0.99% 0.29% -
HSV(B) 148.75º 0.99% 0.57% -
XYZ 11.24 20.7 9.2 -
YUV 93.39 114.79 62.1 -
System Red Green Blue C M Y K H S L
Decimal 1 145 70 0.99 0 0.52 0.43 148.75 0.99 0.29
Hex 1 91 46 63 0 34 2B 95 63 1D
Octal 1 221 106 143 0 64 53 225 143 35
Binary 1 10010001 1000110 1100011 0 110100 101011 10010101 1100011 11101

Color Harmonies of #019146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019146

Black with #019146

Text Example


Text Example

White with #019146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019146; }

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

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

background-color css

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

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

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

border-color css

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

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

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