#01931D

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

Shades of Islamic Green #01931D

Tints of Islamic Green #01931D

Color information

#01931D (or 0x01931D) is unknown color: approx Islamic Green. HEX triplet: 01, 93 and 1D. RGB value is (1,147,29). Sum of RGB (Red+Green+Blue) = 1+147+29=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 147 (57.81% from 255 or 83.05% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 147 - color contains mainly: green. Hex color #01931D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01931D is #FE6CE2. Grayscale: #5A5A5A. Windows color (decimal): -16674019 or 1938177. OLE color: 1938177.

HSL color Cylindrical-coordinate representation of color #01931D: hue angle of 131.51º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01931D is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB114729-
CMYK0.9900.800.42
HSL131.51º98.65%29.02%-
HSV(B)131.51º99.32%57.65%-
XYZ10.6720.964.65-
YUV89.8993.6364.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 147 (57.81% from 255) = 83.05%
BLUE value IS 29 (11.72% from 255) = 16.38%
R=0.56%
G=83.05%
B=16.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1147290.9900.800.42131.5198.6529.02
Hex1931D630502A84631d
Octal12233514301205220414335
Binary1100100111110111000110101000010101010000100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01931D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01931D; }

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

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

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

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

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

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

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

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