Html Css Color HEX #019A3C Pigment Green

📋 copy color: '#019A3C'

red 1 ◦ green 154 ◦ blue 60

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

Shades of Pigment Green #019A3C

Tints of Pigment Green #019A3C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 71.63%

 BLUE value IS 60 (23.83% from 255) = 27.91%

R = 0.47%
G = 71.63%
B = 27.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#019A3C (or 0x019A3C) is known color: Pigment Green. HEX triplet: 01, 9A and 3C. RGB value is (1,154,60). Sum of RGB (Red+Green+Blue) = 1+154+60=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 154 (60.55% from 255 or 71.63% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 154 - color contains mainly: green. Hex color #019A3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019A3C is #FE65C3. Grayscale: #616161. Windows color (decimal): -16672196 or 3971585. OLE color: 3971585.

HSL color Cylindrical-coordinate representation of color #019A3C: hue angle of 143.14º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019A3C is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 154 60 -
CMYK 0.99 0 0.61 0.40
HSL 143.14º 0.99% 0.3% -
HSV(B) 143.14º 0.99% 0.6% -
XYZ 12.38 23.44 8.15 -
YUV 97.54 106.81 59.14 -
System Red Green Blue C M Y K H S L
Decimal 1 154 60 0.99 0 0.61 0.40 143.14 0.99 0.3
Hex 1 9A 3C 63 0 3D 28 8F 63 1E
Octal 1 232 74 143 0 75 50 217 143 36
Binary 1 10011010 111100 1100011 0 111101 101000 10001111 1100011 11110

Color Harmonies of #019A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019A3C

Black with #019A3C

Text Example


Text Example

White with #019A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019A3C; }

 p { color: rgb(1,154,60); }

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

background-color css

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

 a { background-color: rgb(1,154,60); }

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

border-color css

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

 span { border-color: rgb(1,154,60); }

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