Html Css Color HEX #01971C Islamic Green

📋 copy color: '#01971C'

red 1 ◦ green 151 ◦ blue 28

#01971C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #01971C

Tints of Islamic Green #01971C

RGB

 RED value IS 1 (0.78% from 255) = 0.56%

 GREEN value IS 151 (59.38% from 255) = 83.89%

 BLUE value IS 28 (11.33% from 255) = 15.56%

R = 0.56%
G = 83.89%
B = 15.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#01971C (or 0x01971C) is known color: Islamic Green. HEX triplet: 01, 97 and 1C. RGB value is (1,151,28). Sum of RGB (Red+Green+Blue) = 1+151+28=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 151 (59.38% from 255 or 83.89% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 151 - color contains mainly: green. Hex color #01971C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01971C is #FE68E3. Grayscale: #5C5C5C. Windows color (decimal): -16672996 or 1873665. OLE color: 1873665.

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

Color convert

RGB 1 151 28 -
CMYK 0.99 0 0.81 0.41
HSL 130.8º 0.99% 0.3% -
HSV(B) 130.8º 0.99% 0.59% -
XYZ 11.29 22.22 4.79 -
YUV 92.13 91.81 63 -
System Red Green Blue C M Y K H S L
Decimal 1 151 28 0.99 0 0.81 0.41 130.8 0.99 0.3
Hex 1 97 1C 63 0 51 29 83 63 1E
Octal 1 227 34 143 0 121 51 203 143 36
Binary 1 10010111 11100 1100011 0 1010001 101001 10000011 1100011 11110

Color Harmonies of #01971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01971C

Black with #01971C

Text Example


Text Example

White with #01971C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01971C;
 }
 .AnyTagClassName
 {
   color: #01971C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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