Html Css Color HEX #019349 Pigment Green

📋 copy color: '#019349'

red 1 ◦ green 147 ◦ blue 73

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

Shades of Pigment Green #019349

Tints of Pigment Green #019349

RGB

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

 GREEN value IS 147 (57.81% from 255) = 66.52%

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

R = 0.45%
G = 66.52%
B = 33.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#019349 (or 0x019349) is known color: Pigment Green. HEX triplet: 01, 93 and 49. RGB value is (1,147,73). Sum of RGB (Red+Green+Blue) = 1+147+73=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 147 (57.81% from 255 or 66.52% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 147 - color contains mainly: green. Hex color #019349 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019349 is #FE6CB6. Grayscale: #5F5F5F. Windows color (decimal): -16673975 or 4821761. OLE color: 4821761.

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

Color convert

RGB 1 147 73 -
CMYK 0.99 0 0.50 0.42
HSL 149.59º 0.99% 0.29% -
HSV(B) 149.59º 0.99% 0.58% -
XYZ 11.65 21.35 9.81 -
YUV 94.91 115.63 61.02 -
System Red Green Blue C M Y K H S L
Decimal 1 147 73 0.99 0 0.50 0.42 149.59 0.99 0.29
Hex 1 93 49 63 0 32 2A 96 63 1D
Octal 1 223 111 143 0 62 52 226 143 35
Binary 1 10010011 1001001 1100011 0 110010 101010 10010110 1100011 11101

Color Harmonies of #019349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019349

Black with #019349

Text Example


Text Example

White with #019349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019349; }

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

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

background-color css

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

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

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

border-color css

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

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

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