#01970D

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

Shades of Islamic Green #01970D

Tints of Islamic Green #01970D

Color information

#01970D (or 0x01970D) is unknown color: approx Islamic Green. HEX triplet: 01, 97 and 0D. RGB value is (1,151,13). Sum of RGB (Red+Green+Blue) = 1+151+13=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 151 (59.38% from 255 or 91.52% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 151 - color contains mainly: green. Hex color #01970D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01970D is #FE68F2. Grayscale: #5A5A5A. Windows color (decimal): -16673011 or 890625. OLE color: 890625.

HSL color Cylindrical-coordinate representation of color #01970D: hue angle of 124.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01970D is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB115113-
CMYK0.9900.910.41
HSL124.8º98.68%29.8%-
HSV(B)124.8º99.34%59.22%-
XYZ11.1522.174.07-
YUV90.4284.364.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 151 (59.38% from 255) = 91.52%
BLUE value IS 13 (5.47% from 255) = 7.88%
R=0.61%
G=91.52%
B=7.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151130.9900.910.41124.898.6829.8
Hex197D6305B297d631e
Octal12271514301335117514336
Binary11001011111011100011010110111010011111101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01970D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,151,13); }

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

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

 a { background-color: rgb(1,151,13); }

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

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

 span { border-color: rgb(1,151,13); }

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