Html Css Color HEX #019548 Pigment Green

📋 copy color: '#019548'

red 1 ◦ green 149 ◦ blue 72

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

Shades of Pigment Green #019548

Tints of Pigment Green #019548

RGB

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

 GREEN value IS 149 (58.59% from 255) = 67.12%

 BLUE value IS 72 (28.52% from 255) = 32.43%

R = 0.45%
G = 67.12%
B = 32.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#019548 (or 0x019548) is known color: Pigment Green. HEX triplet: 01, 95 and 48. RGB value is (1,149,72). Sum of RGB (Red+Green+Blue) = 1+149+72=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 149 (58.59% from 255 or 67.12% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 149 - color contains mainly: green. Hex color #019548 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019548 is #FE6AB7. Grayscale: #606060. Windows color (decimal): -16673464 or 4756737. OLE color: 4756737.

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

Color convert

RGB 1 149 72 -
CMYK 0.99 0 0.52 0.42
HSL 148.78º 0.99% 0.29% -
HSV(B) 148.78º 0.99% 0.58% -
XYZ 11.93 21.97 9.74 -
YUV 95.97 114.47 60.26 -
System Red Green Blue C M Y K H S L
Decimal 1 149 72 0.99 0 0.52 0.42 148.78 0.99 0.29
Hex 1 95 48 63 0 34 2A 95 63 1D
Octal 1 225 110 143 0 64 52 225 143 35
Binary 1 10010101 1001000 1100011 0 110100 101010 10010101 1100011 11101

Color Harmonies of #019548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019548

Black with #019548

Text Example


Text Example

White with #019548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019548; }

 p { color: rgb(1,149,72); }

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

background-color css

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

 a { background-color: rgb(1,149,72); }

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

border-color css

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

 span { border-color: rgb(1,149,72); }

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