Html Css Color HEX #019031 Pigment Green

📋 copy color: '#019031'

red 1 ◦ green 144 ◦ blue 49

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

Shades of Pigment Green #019031

Tints of Pigment Green #019031

RGB

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

 GREEN value IS 144 (56.64% from 255) = 74.23%

 BLUE value IS 49 (19.53% from 255) = 25.26%

R = 0.52%
G = 74.23%
B = 25.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#019031 (or 0x019031) is known color: Pigment Green. HEX triplet: 01, 90 and 31. RGB value is (1,144,49). Sum of RGB (Red+Green+Blue) = 1+144+49=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 144 (56.64% from 255 or 74.23% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 144 - color contains mainly: green. Hex color #019031 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019031 is #FE6FCE. Grayscale: #5A5A5A. Windows color (decimal): -16674767 or 3248129. OLE color: 3248129.

HSL color Cylindrical-coordinate representation of color #019031: hue angle of 140.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019031 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 144 49 -
CMYK 0.99 0 0.66 0.44
HSL 140.14º 0.99% 0.28% -
HSV(B) 140.14º 0.99% 0.56% -
XYZ 10.54 20.17 6.24 -
YUV 90.41 104.62 64.22 -
System Red Green Blue C M Y K H S L
Decimal 1 144 49 0.99 0 0.66 0.44 140.14 0.99 0.28
Hex 1 90 31 63 0 42 2C 8C 63 1C
Octal 1 220 61 143 0 102 54 214 143 34
Binary 1 10010000 110001 1100011 0 1000010 101100 10001100 1100011 11100

Color Harmonies of #019031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019031

Black with #019031

Text Example


Text Example

White with #019031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019031; }

 p { color: rgb(1,144,49); }

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

background-color css

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

 a { background-color: rgb(1,144,49); }

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

border-color css

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

 span { border-color: rgb(1,144,49); }

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