Html Css Color HEX #019C3C Pigment Green

📋 copy color: '#019C3C'

red 1 ◦ green 156 ◦ blue 60

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

Shades of Pigment Green #019C3C

Tints of Pigment Green #019C3C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 71.89%

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

R = 0.46%
G = 71.89%
B = 27.65%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#019C3C (or 0x019C3C) is known color: Pigment Green. HEX triplet: 01, 9C and 3C. RGB value is (1,156,60). Sum of RGB (Red+Green+Blue) = 1+156+60=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 156 (61.33% from 255 or 71.89% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 156 - color contains mainly: green. Hex color #019C3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019C3C is #FE63C3. Grayscale: #626262. Windows color (decimal): -16671684 or 3972097. OLE color: 3972097.

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

Color convert

RGB 1 156 60 -
CMYK 0.99 0 0.62 0.39
HSL 142.84º 0.99% 0.31% -
HSV(B) 142.84º 0.99% 0.61% -
XYZ 12.72 24.11 8.26 -
YUV 98.71 106.15 58.31 -
System Red Green Blue C M Y K H S L
Decimal 1 156 60 0.99 0 0.62 0.39 142.84 0.99 0.31
Hex 1 9C 3C 63 0 3E 27 8F 63 1F
Octal 1 234 74 143 0 76 47 217 143 37
Binary 1 10011100 111100 1100011 0 111110 100111 10001111 1100011 11111

Color Harmonies of #019C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019C3C

Black with #019C3C

Text Example


Text Example

White with #019C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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