Html Css Color HEX #019149 Pigment Green

📋 copy color: '#019149'

red 1 ◦ green 145 ◦ blue 73

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

Shades of Pigment Green #019149

Tints of Pigment Green #019149

RGB

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

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

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

R = 0.46%
G = 66.21%
B = 33.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#019149 (or 0x019149) is known color: Pigment Green. HEX triplet: 01, 91 and 49. RGB value is (1,145,73). Sum of RGB (Red+Green+Blue) = 1+145+73=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 145 (57.03% from 255 or 66.21% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 145 - color contains mainly: green. Hex color #019149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019149 is #FE6EB6. Grayscale: #5D5D5D. Windows color (decimal): -16674487 or 4821249. OLE color: 4821249.

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

Color convert

RGB 1 145 73 -
CMYK 0.99 0 0.50 0.43
HSL 150º 0.99% 0.29% -
HSV(B) 150º 0.99% 0.57% -
XYZ 11.34 20.74 9.71 -
YUV 93.74 116.29 61.85 -
System Red Green Blue C M Y K H S L
Decimal 1 145 73 0.99 0 0.50 0.43 150 0.99 0.29
Hex 1 91 49 63 0 32 2B 96 63 1D
Octal 1 221 111 143 0 62 53 226 143 35
Binary 1 10010001 1001001 1100011 0 110010 101011 10010110 1100011 11101

Color Harmonies of #019149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019149

Black with #019149

Text Example


Text Example

White with #019149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019149; }

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

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

background-color css

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

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

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

border-color css

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

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

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