Html Css Color HEX #019331 Pigment Green

📋 copy color: '#019331'

red 1 ◦ green 147 ◦ blue 49

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

Shades of Pigment Green #019331

Tints of Pigment Green #019331

RGB

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

 GREEN value IS 147 (57.81% from 255) = 74.62%

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

R = 0.51%
G = 74.62%
B = 24.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#019331 (or 0x019331) is known color: Pigment Green. HEX triplet: 01, 93 and 31. RGB value is (1,147,49). Sum of RGB (Red+Green+Blue) = 1+147+49=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 147 (57.81% from 255 or 74.62% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 147 - color contains mainly: green. Hex color #019331 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019331 is #FE6CCE. Grayscale: #5C5C5C. Windows color (decimal): -16673999 or 3248897. OLE color: 3248897.

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

Color convert

RGB 1 147 49 -
CMYK 0.99 0 0.67 0.42
HSL 139.73º 0.99% 0.29% -
HSV(B) 139.73º 0.99% 0.58% -
XYZ 11 21.1 6.4 -
YUV 92.17 103.63 62.97 -
System Red Green Blue C M Y K H S L
Decimal 1 147 49 0.99 0 0.67 0.42 139.73 0.99 0.29
Hex 1 93 31 63 0 43 2A 8C 63 1D
Octal 1 223 61 143 0 103 52 214 143 35
Binary 1 10010011 110001 1100011 0 1000011 101010 10001100 1100011 11101

Color Harmonies of #019331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019331

Black with #019331

Text Example


Text Example

White with #019331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019331; }

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

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

background-color css

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

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

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

border-color css

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

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

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