Html Css Color HEX #01941E Islamic Green

📋 copy color: '#01941E'

red 1 ◦ green 148 ◦ blue 30

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

Shades of Islamic Green #01941E

Tints of Islamic Green #01941E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 82.68%

 BLUE value IS 30 (12.11% from 255) = 16.76%

R = 0.56%
G = 82.68%
B = 16.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#01941E (or 0x01941E) is known color: Islamic Green. HEX triplet: 01, 94 and 1E. RGB value is (1,148,30). Sum of RGB (Red+Green+Blue) = 1+148+30=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 148 (58.20% from 255 or 82.68% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 148 - color contains mainly: green. Hex color #01941E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01941E is #FE6BE1. Grayscale: #5A5A5A. Windows color (decimal): -16673762 or 2003969. OLE color: 2003969.

HSL color Cylindrical-coordinate representation of color #01941E: hue angle of 131.84º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01941E is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 148 30 -
CMYK 0.99 0 0.80 0.42
HSL 131.84º 0.99% 0.29% -
HSV(B) 131.84º 0.99% 0.58% -
XYZ 10.84 21.28 4.76 -
YUV 90.6 93.8 64.09 -
System Red Green Blue C M Y K H S L
Decimal 1 148 30 0.99 0 0.80 0.42 131.84 0.99 0.29
Hex 1 94 1E 63 0 50 2A 84 63 1D
Octal 1 224 36 143 0 120 52 204 143 35
Binary 1 10010100 11110 1100011 0 1010000 101010 10000100 1100011 11101

Color Harmonies of #01941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01941E

Black with #01941E

Text Example


Text Example

White with #01941E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01941E; }

 p { color: rgb(1,148,30); }

 H1.HeaderClassName
 {
   color: #01941E;
 }
 .AnyTagClassName
 {
   color: #01941E;
 }
</style>

background-color css

<style>
 a { background-color: #01941E; }

 a { background-color: rgb(1,148,30); }

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

border-color css

<style>
 span { border-color: #01941E; }

 span { border-color: rgb(1,148,30); }

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