Html Css Color HEX #01901C Islamic Green

📋 copy color: '#01901C'

red 1 ◦ green 144 ◦ blue 28

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

Shades of Islamic Green #01901C

Tints of Islamic Green #01901C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 83.24%

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

R = 0.58%
G = 83.24%
B = 16.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#01901C (or 0x01901C) is known color: Islamic Green. HEX triplet: 01, 90 and 1C. RGB value is (1,144,28). Sum of RGB (Red+Green+Blue) = 1+144+28=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 144 (56.64% from 255 or 83.24% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 144 - color contains mainly: green. Hex color #01901C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01901C is #FE6FE3. Grayscale: #585858. Windows color (decimal): -16674788 or 1871873. OLE color: 1871873.

HSL color Cylindrical-coordinate representation of color #01901C: hue angle of 131.33º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01901C is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 144 28 -
CMYK 0.99 0 0.81 0.44
HSL 131.33º 0.99% 0.28% -
HSV(B) 131.33º 0.99% 0.56% -
XYZ 10.2 20.04 4.43 -
YUV 88.02 94.12 65.93 -
System Red Green Blue C M Y K H S L
Decimal 1 144 28 0.99 0 0.81 0.44 131.33 0.99 0.28
Hex 1 90 1C 63 0 51 2C 83 63 1C
Octal 1 220 34 143 0 121 54 203 143 34
Binary 1 10010000 11100 1100011 0 1010001 101100 10000011 1100011 11100

Color Harmonies of #01901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01901C

Black with #01901C

Text Example


Text Example

White with #01901C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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