#019B3A

Color #019B3A Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #019B3A

Tints of Pigment Green #019B3A

Color information

#019B3A (or 0x019B3A) is unknown color: approx Pigment Green. HEX triplet: 01, 9B and 3A. RGB value is (1,155,58). Sum of RGB (Red+Green+Blue) = 1+155+58=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 155 (60.94% from 255 or 72.43% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 155 - color contains mainly: green. Hex color #019B3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019B3A is #FE64C5. Grayscale: #626262. Windows color (decimal): -16671942 or 3840769. OLE color: 3840769.

HSL color Cylindrical-coordinate representation of color #019B3A: hue angle of 142.21º 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 #019B3A is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB115558-
CMYK0.9900.630.39
HSL142.21º98.72%30.59%-
HSV(B)142.21º99.35%60.78%-
XYZ12.523.757.93-
YUV97.9105.4858.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 155 (60.94% from 255) = 72.43%
BLUE value IS 58 (23.05% from 255) = 27.10%
R=0.47%
G=72.43%
B=27.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1155580.9900.630.39142.2198.7230.59
Hex19B3A6303F278e631f
Octal1233721430774721614337
Binary1100110111110101100011011111110011110001110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,155,58); }

 H1.HeaderClassName
 {
   color: #019B3A;
 }
 .AnyTagClassName
 {
   color: #019B3A;
 }
</style>
background-color css

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

 a { background-color: rgb(1,155,58); }

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

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

 span { border-color: rgb(1,155,58); }

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