Html Css Color HEX #019441 Pigment Green

📋 copy color: '#019441'

red 1 ◦ green 148 ◦ blue 65

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

Shades of Pigment Green #019441

Tints of Pigment Green #019441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.37%

R = 0.47%
G = 69.16%
B = 30.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#019441 (or 0x019441) is known color: Pigment Green. HEX triplet: 01, 94 and 41. RGB value is (1,148,65). Sum of RGB (Red+Green+Blue) = 1+148+65=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 148 (58.20% from 255 or 69.16% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 148 - color contains mainly: green. Hex color #019441 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019441 is #FE6BBE. Grayscale: #5E5E5E. Windows color (decimal): -16673727 or 4297729. OLE color: 4297729.

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

Color convert

RGB 1 148 65 -
CMYK 0.99 0 0.56 0.42
HSL 146.12º 0.99% 0.29% -
HSV(B) 146.12º 0.99% 0.58% -
XYZ 11.56 21.57 8.55 -
YUV 94.59 111.3 61.25 -
System Red Green Blue C M Y K H S L
Decimal 1 148 65 0.99 0 0.56 0.42 146.12 0.99 0.29
Hex 1 94 41 63 0 38 2A 92 63 1D
Octal 1 224 101 143 0 70 52 222 143 35
Binary 1 10010100 1000001 1100011 0 111000 101010 10010010 1100011 11101

Color Harmonies of #019441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019441

Black with #019441

Text Example


Text Example

White with #019441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019441; }

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

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

background-color css

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

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

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

border-color css

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

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

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