Html Css Color HEX #01941D Islamic Green

📋 copy color: '#01941D'

red 1 ◦ green 148 ◦ blue 29

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

Shades of Islamic Green #01941D

Tints of Islamic Green #01941D

RGB

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

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

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

R = 0.56%
G = 83.15%
B = 16.29%

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

#01941D (or 0x01941D) is known color: Islamic Green. HEX triplet: 01, 94 and 1D. RGB value is (1,148,29). Sum of RGB (Red+Green+Blue) = 1+148+29=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 148 (58.20% from 255 or 83.15% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 148 - color contains mainly: green. Hex color #01941D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01941D is #FE6BE2. Grayscale: #5A5A5A. Windows color (decimal): -16673763 or 1938433. OLE color: 1938433.

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

Color convert

RGB 1 148 29 -
CMYK 0.99 0 0.80 0.42
HSL 131.43º 0.99% 0.29% -
HSV(B) 131.43º 0.99% 0.58% -
XYZ 10.82 21.27 4.7 -
YUV 90.48 93.3 64.18 -
System Red Green Blue C M Y K H S L
Decimal 1 148 29 0.99 0 0.80 0.42 131.43 0.99 0.29
Hex 1 94 1D 63 0 50 2A 83 63 1D
Octal 1 224 35 143 0 120 52 203 143 35
Binary 1 10010100 11101 1100011 0 1010000 101010 10000011 1100011 11101

Color Harmonies of #01941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01941D

Black with #01941D

Text Example


Text Example

White with #01941D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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