Html Css Color HEX #019446 Pigment Green

📋 copy color: '#019446'

red 1 ◦ green 148 ◦ blue 70

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

Shades of Pigment Green #019446

Tints of Pigment Green #019446

RGB

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

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

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

R = 0.46%
G = 67.58%
B = 31.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#019446 (or 0x019446) is known color: Pigment Green. HEX triplet: 01, 94 and 46. RGB value is (1,148,70). Sum of RGB (Red+Green+Blue) = 1+148+70=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 148 (58.20% from 255 or 67.58% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 148 - color contains mainly: green. Hex color #019446 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019446 is #FE6BB9. Grayscale: #5F5F5F. Windows color (decimal): -16673722 or 4625409. OLE color: 4625409.

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

Color convert

RGB 1 148 70 -
CMYK 0.99 0 0.53 0.42
HSL 148.16º 0.99% 0.29% -
HSV(B) 148.16º 0.99% 0.58% -
XYZ 11.71 21.63 9.35 -
YUV 95.16 113.8 60.84 -
System Red Green Blue C M Y K H S L
Decimal 1 148 70 0.99 0 0.53 0.42 148.16 0.99 0.29
Hex 1 94 46 63 0 35 2A 94 63 1D
Octal 1 224 106 143 0 65 52 224 143 35
Binary 1 10010100 1000110 1100011 0 110101 101010 10010100 1100011 11101

Color Harmonies of #019446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019446

Black with #019446

Text Example


Text Example

White with #019446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019446; }

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

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

background-color css

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

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

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

border-color css

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

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

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