#019020

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

Shades of Islamic Green #019020

Tints of Islamic Green #019020

Color information

#019020 (or 0x019020) is unknown color: approx Islamic Green. HEX triplet: 01, 90 and 20. RGB value is (1,144,32). Sum of RGB (Red+Green+Blue) = 1+144+32=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 144 (56.64% from 255 or 81.36% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 144 - color contains mainly: green. Hex color #019020 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019020 is #FE6FDF. Grayscale: #585858. Windows color (decimal): -16674784 or 2134017. OLE color: 2134017.

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

Color convert

RGB114432-
CMYK0.9900.780.44
HSL133.01º98.62%28.43%-
HSV(B)133.01º99.31%56.47%-
XYZ10.2520.064.7-
YUV88.4896.1265.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 144 (56.64% from 255) = 81.36%
BLUE value IS 32 (12.89% from 255) = 18.08%
R=0.56%
G=81.36%
B=18.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1144320.9900.780.44133.0198.6228.43
Hex190206304E2C85631c
Octal12204014301165420514334
Binary11001000010000011000110100111010110010000101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019020; }

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

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

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

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

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

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

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

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