Html Css Color HEX #019449 Pigment Green

📋 copy color: '#019449'

red 1 ◦ green 148 ◦ blue 73

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

Shades of Pigment Green #019449

Tints of Pigment Green #019449

RGB

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

 GREEN value IS 148 (58.2% from 255) = 66.67%

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

R = 0.45%
G = 66.67%
B = 32.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#019449 (or 0x019449) is known color: Pigment Green. HEX triplet: 01, 94 and 49. RGB value is (1,148,73). Sum of RGB (Red+Green+Blue) = 1+148+73=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 148 (58.20% from 255 or 66.67% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 148 - color contains mainly: green. Hex color #019449 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019449 is #FE6BB6. Grayscale: #5F5F5F. Windows color (decimal): -16673719 or 4822017. OLE color: 4822017.

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

Color convert

RGB 1 148 73 -
CMYK 0.99 0 0.51 0.42
HSL 149.39º 0.99% 0.29% -
HSV(B) 149.39º 0.99% 0.58% -
XYZ 11.81 21.67 9.86 -
YUV 95.5 115.3 60.6 -
System Red Green Blue C M Y K H S L
Decimal 1 148 73 0.99 0 0.51 0.42 149.39 0.99 0.29
Hex 1 94 49 63 0 33 2A 95 63 1D
Octal 1 224 111 143 0 63 52 225 143 35
Binary 1 10010100 1001001 1100011 0 110011 101010 10010101 1100011 11101

Color Harmonies of #019449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019449

Black with #019449

Text Example


Text Example

White with #019449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019449; }

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

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

background-color css

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

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

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

border-color css

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

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

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