Html Css Color HEX #019B42 Pigment Green

📋 copy color: '#019B42'

red 1 ◦ green 155 ◦ blue 66

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

Shades of Pigment Green #019B42

Tints of Pigment Green #019B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 29.73%

R = 0.45%
G = 69.82%
B = 29.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#019B42 (or 0x019B42) is known color: Pigment Green. HEX triplet: 01, 9B and 42. RGB value is (1,155,66). Sum of RGB (Red+Green+Blue) = 1+155+66=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 155 (60.94% from 255 or 69.82% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 155 - color contains mainly: green. Hex color #019B42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019B42 is #FE64BD. Grayscale: #636363. Windows color (decimal): -16671934 or 4365057. OLE color: 4365057.

HSL color Cylindrical-coordinate representation of color #019B42: hue angle of 145.32º 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 #019B42 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 155 66 -
CMYK 0.99 0 0.57 0.39
HSL 145.32º 0.99% 0.31% -
HSV(B) 145.32º 0.99% 0.61% -
XYZ 12.72 23.84 9.09 -
YUV 98.81 109.48 58.24 -
System Red Green Blue C M Y K H S L
Decimal 1 155 66 0.99 0 0.57 0.39 145.32 0.99 0.31
Hex 1 9B 42 63 0 39 27 91 63 1F
Octal 1 233 102 143 0 71 47 221 143 37
Binary 1 10011011 1000010 1100011 0 111001 100111 10010001 1100011 11111

Color Harmonies of #019B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019B42

Black with #019B42

Text Example


Text Example

White with #019B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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