#01971F

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

Shades of Islamic Green #01971F

Tints of Islamic Green #01971F

Color information

#01971F (or 0x01971F) is unknown color: approx Islamic Green. HEX triplet: 01, 97 and 1F. RGB value is (1,151,31). Sum of RGB (Red+Green+Blue) = 1+151+31=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 151 (59.38% from 255 or 82.51% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 151 - color contains mainly: green. Hex color #01971F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01971F is #FE68E0. Grayscale: #5C5C5C. Windows color (decimal): -16672993 or 2070273. OLE color: 2070273.

HSL color Cylindrical-coordinate representation of color #01971F: hue angle of 132º 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 #01971F is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB115131-
CMYK0.9900.790.41
HSL132º98.68%29.8%-
HSV(B)132º99.34%59.22%-
XYZ11.3322.244.99-
YUV92.4793.362.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 151 (59.38% from 255) = 82.51%
BLUE value IS 31 (12.5% from 255) = 16.94%
R=0.55%
G=82.51%
B=16.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151310.9900.790.4113298.6829.8
Hex1971F6304F2984631e
Octal12273714301175120414336
Binary1100101111111111000110100111110100110000100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01971F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01971F; }

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

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

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

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

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

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

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

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