#019000

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

Shades of Islamic Green #019000

Tints of Islamic Green #019000

Color information

#019000 (or 0x019000) is unknown color: approx Islamic Green. HEX triplet: 01, 90 and 00. RGB value is (1,144,0). Sum of RGB (Red+Green+Blue) = 1+144+0=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 144 (56.64% from 255 or 99.31% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 144 - color contains mainly: green. Hex color #019000 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019000 is #FE6FFF. Grayscale: #555555. Windows color (decimal): -16674816 or 36865. OLE color: 36865.

HSL color Cylindrical-coordinate representation of color #019000: hue angle of 119.58º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019000 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB11440-
CMYK0.99010.44
HSL119.58º100%28.24%-
HSV(B)119.58º100%56.47%-
XYZ9.9919.953.33-
YUV84.8380.1268.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 144 (56.64% from 255) = 99.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=0.69%
G=99.31%
B=0%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114400.99010.44119.5810028.24
Hex1900630642C78641c
Octal1220014301445417014434
Binary11001000001100011011001001011001111000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019000; }

 p { color: rgb(1,144,0); }

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

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

 a { background-color: rgb(1,144,0); }

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

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

 span { border-color: rgb(1,144,0); }

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