Html Css Color HEX #019431 Pigment Green

📋 copy color: '#019431'

red 1 ◦ green 148 ◦ blue 49

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

Shades of Pigment Green #019431

Tints of Pigment Green #019431

RGB

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

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

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

R = 0.51%
G = 74.75%
B = 24.75%

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

#019431 (or 0x019431) is known color: Pigment Green. HEX triplet: 01, 94 and 31. RGB value is (1,148,49). Sum of RGB (Red+Green+Blue) = 1+148+49=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 148 (58.20% from 255 or 74.75% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 148 - color contains mainly: green. Hex color #019431 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019431 is #FE6BCE. Grayscale: #5D5D5D. Windows color (decimal): -16673743 or 3249153. OLE color: 3249153.

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

Color convert

RGB 1 148 49 -
CMYK 0.99 0 0.67 0.42
HSL 139.59º 0.99% 0.29% -
HSV(B) 139.59º 0.99% 0.58% -
XYZ 11.16 21.41 6.45 -
YUV 92.76 103.3 62.55 -
System Red Green Blue C M Y K H S L
Decimal 1 148 49 0.99 0 0.67 0.42 139.59 0.99 0.29
Hex 1 94 31 63 0 43 2A 8C 63 1D
Octal 1 224 61 143 0 103 52 214 143 35
Binary 1 10010100 110001 1100011 0 1000011 101010 10001100 1100011 11101

Color Harmonies of #019431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019431

Black with #019431

Text Example


Text Example

White with #019431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019431; }

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

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

background-color css

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

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

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

border-color css

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

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

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