#019D36

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

Shades of Pigment Green #019D36

Tints of Pigment Green #019D36

Color information

#019D36 (or 0x019D36) is unknown color: approx Pigment Green. HEX triplet: 01, 9D and 36. RGB value is (1,157,54). Sum of RGB (Red+Green+Blue) = 1+157+54=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 157 (61.72% from 255 or 74.06% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 157 - color contains mainly: green. Hex color #019D36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019D36 is #FE62C9. Grayscale: #626262. Windows color (decimal): -16671434 or 3579137. OLE color: 3579137.

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

Color convert

RGB115754-
CMYK0.9900.660.38
HSL140.38º98.73%30.98%-
HSV(B)140.38º99.36%61.57%-
XYZ12.7424.397.53-
YUV98.61102.8258.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 157 (61.72% from 255) = 74.06%
BLUE value IS 54 (21.48% from 255) = 25.47%
R=0.47%
G=74.06%
B=25.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1157540.9900.660.38140.3898.7330.98
Hex19D3663042268c631f
Octal12356614301024621414337
Binary11001110111011011000110100001010011010001100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,157,54); }

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

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

 a { background-color: rgb(1,157,54); }

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

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

 span { border-color: rgb(1,157,54); }

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