Html Css Color HEX #019450 Pigment Green

📋 copy color: '#019450'

red 1 ◦ green 148 ◦ blue 80

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

Shades of Pigment Green #019450

Tints of Pigment Green #019450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 34.93%

R = 0.44%
G = 64.63%
B = 34.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#019450 (or 0x019450) is known color: Pigment Green. HEX triplet: 01, 94 and 50. RGB value is (1,148,80). Sum of RGB (Red+Green+Blue) = 1+148+80=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 148 (58.20% from 255 or 64.63% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 148 - color contains mainly: green. Hex color #019450 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019450 is #FE6BAF. Grayscale: #606060. Windows color (decimal): -16673712 or 5280769. OLE color: 5280769.

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

Color convert

RGB 1 148 80 -
CMYK 0.99 0 0.46 0.42
HSL 152.24º 0.99% 0.29% -
HSV(B) 152.24º 0.99% 0.58% -
XYZ 12.05 21.77 11.16 -
YUV 96.3 118.8 60.03 -
System Red Green Blue C M Y K H S L
Decimal 1 148 80 0.99 0 0.46 0.42 152.24 0.99 0.29
Hex 1 94 50 63 0 2E 2A 98 63 1D
Octal 1 224 120 143 0 56 52 230 143 35
Binary 1 10010100 1010000 1100011 0 101110 101010 10011000 1100011 11101

Color Harmonies of #019450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019450

Black with #019450

Text Example


Text Example

White with #019450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019450; }

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

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

background-color css

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

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

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

border-color css

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

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

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