Html Css Color HEX #019249 Pigment Green

📋 copy color: '#019249'

red 1 ◦ green 146 ◦ blue 73

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

Shades of Pigment Green #019249

Tints of Pigment Green #019249

RGB

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

 GREEN value IS 146 (57.42% from 255) = 66.36%

 BLUE value IS 73 (28.91% from 255) = 33.18%

R = 0.45%
G = 66.36%
B = 33.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#019249 (or 0x019249) is known color: Pigment Green. HEX triplet: 01, 92 and 49. RGB value is (1,146,73). Sum of RGB (Red+Green+Blue) = 1+146+73=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 146 (57.42% from 255 or 66.36% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 146 - color contains mainly: green. Hex color #019249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019249 is #FE6DB6. Grayscale: #5E5E5E. Windows color (decimal): -16674231 or 4821505. OLE color: 4821505.

HSL color Cylindrical-coordinate representation of color #019249: hue angle of 149.79º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019249 is Cyan = 0.99, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 146 73 -
CMYK 0.99 0 0.5 0.43
HSL 149.79º 0.99% 0.29% -
HSV(B) 149.79º 0.99% 0.57% -
XYZ 11.49 21.05 9.76 -
YUV 94.32 115.96 61.44 -
System Red Green Blue C M Y K H S L
Decimal 1 146 73 0.99 0 0.5 0.43 149.79 0.99 0.29
Hex 1 92 49 63 0 32 2B 96 63 1D
Octal 1 222 111 143 0 62 53 226 143 35
Binary 1 10010010 1001001 1100011 0 110010 101011 10010110 1100011 11101

Color Harmonies of #019249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019249

Black with #019249

Text Example


Text Example

White with #019249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019249; }

 p { color: rgb(1,146,73); }

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

background-color css

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

 a { background-color: rgb(1,146,73); }

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

border-color css

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

 span { border-color: rgb(1,146,73); }

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