Html Css Color HEX #01901D Islamic Green

📋 copy color: '#01901D'

red 1 ◦ green 144 ◦ blue 29

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

Shades of Islamic Green #01901D

Tints of Islamic Green #01901D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.67%

R = 0.57%
G = 82.76%
B = 16.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#01901D (or 0x01901D) is known color: Islamic Green. HEX triplet: 01, 90 and 1D. RGB value is (1,144,29). Sum of RGB (Red+Green+Blue) = 1+144+29=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 144 (56.64% from 255 or 82.76% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 144 - color contains mainly: green. Hex color #01901D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01901D is #FE6FE2. Grayscale: #585858. Windows color (decimal): -16674787 or 1937409. OLE color: 1937409.

HSL color Cylindrical-coordinate representation of color #01901D: hue angle of 131.75º 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 #01901D is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 144 29 -
CMYK 0.99 0 0.80 0.44
HSL 131.75º 0.99% 0.28% -
HSV(B) 131.75º 0.99% 0.56% -
XYZ 10.21 20.04 4.49 -
YUV 88.13 94.62 65.85 -
System Red Green Blue C M Y K H S L
Decimal 1 144 29 0.99 0 0.80 0.44 131.75 0.99 0.28
Hex 1 90 1D 63 0 50 2C 84 63 1C
Octal 1 220 35 143 0 120 54 204 143 34
Binary 1 10010000 11101 1100011 0 1010000 101100 10000100 1100011 11100

Color Harmonies of #01901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01901D

Black with #01901D

Text Example


Text Example

White with #01901D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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