Html Css Color HEX #019B40 Pigment Green

📋 copy color: '#019B40'

red 1 ◦ green 155 ◦ blue 64

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

Shades of Pigment Green #019B40

Tints of Pigment Green #019B40

RGB

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

 GREEN value IS 155 (60.94% from 255) = 70.45%

 BLUE value IS 64 (25.39% from 255) = 29.09%

R = 0.45%
G = 70.45%
B = 29.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#019B40 (or 0x019B40) is known color: Pigment Green. HEX triplet: 01, 9B and 40. RGB value is (1,155,64). Sum of RGB (Red+Green+Blue) = 1+155+64=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 155 (60.94% from 255 or 70.45% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 155 - color contains mainly: green. Hex color #019B40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019B40 is #FE64BF. Grayscale: #626262. Windows color (decimal): -16671936 or 4233985. OLE color: 4233985.

HSL color Cylindrical-coordinate representation of color #019B40: hue angle of 144.55º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019B40 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 155 64 -
CMYK 0.99 0 0.59 0.39
HSL 144.55º 0.99% 0.31% -
HSV(B) 144.55º 0.99% 0.61% -
XYZ 12.66 23.82 8.78 -
YUV 98.58 108.48 58.4 -
System Red Green Blue C M Y K H S L
Decimal 1 155 64 0.99 0 0.59 0.39 144.55 0.99 0.31
Hex 1 9B 40 63 0 3B 27 91 63 1F
Octal 1 233 100 143 0 73 47 221 143 37
Binary 1 10011011 1000000 1100011 0 111011 100111 10010001 1100011 11111

Color Harmonies of #019B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019B40

Black with #019B40

Text Example


Text Example

White with #019B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019B40; }

 p { color: rgb(1,155,64); }

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

background-color css

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

 a { background-color: rgb(1,155,64); }

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

border-color css

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

 span { border-color: rgb(1,155,64); }

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