#019F1D

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

Shades of Islamic Green #019F1D

Tints of Islamic Green #019F1D

Color information

#019F1D (or 0x019F1D) is unknown color: approx Islamic Green. HEX triplet: 01, 9F and 1D. RGB value is (1,159,29). Sum of RGB (Red+Green+Blue) = 1+159+29=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 159 (62.5% from 255 or 84.13% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 159 - color contains mainly: green. Hex color #019F1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019F1D is #FE60E2. Grayscale: #616161. Windows color (decimal): -16670947 or 1941249. OLE color: 1941249.

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

Color convert

RGB115929-
CMYK0.9900.820.38
HSL130.63º98.75%31.37%-
HSV(B)130.63º99.37%62.35%-
XYZ12.6324.895.3-
YUV96.9489.6559.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 159 (62.5% from 255) = 84.13%
BLUE value IS 29 (11.72% from 255) = 15.34%
R=0.53%
G=84.13%
B=15.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1159290.9900.820.38130.6398.7531.37
Hex19F1D630522683631f
Octal12373514301224620314337
Binary1100111111110111000110101001010011010000011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,159,29); }

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

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

 a { background-color: rgb(1,159,29); }

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

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

 span { border-color: rgb(1,159,29); }

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