Html Css Color HEX #01940D Islamic Green

📋 copy color: '#01940D'

red 1 ◦ green 148 ◦ blue 13

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

Shades of Islamic Green #01940D

Tints of Islamic Green #01940D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.02%

R = 0.62%
G = 91.36%
B = 8.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#01940D (or 0x01940D) is known color: Islamic Green. HEX triplet: 01, 94 and 0D. RGB value is (1,148,13). Sum of RGB (Red+Green+Blue) = 1+148+13=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 148 (58.20% from 255 or 91.36% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 148 - color contains mainly: green. Hex color #01940D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01940D is #FE6BF2. Grayscale: #595959. Windows color (decimal): -16673779 or 889857. OLE color: 889857.

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

Color convert

RGB 1 148 13 -
CMYK 0.99 0 0.91 0.42
HSL 124.9º 0.99% 0.29% -
HSV(B) 124.9º 0.99% 0.58% -
XYZ 10.68 21.22 3.91 -
YUV 88.66 85.3 65.48 -
System Red Green Blue C M Y K H S L
Decimal 1 148 13 0.99 0 0.91 0.42 124.9 0.99 0.29
Hex 1 94 D 63 0 5B 2A 7D 63 1D
Octal 1 224 15 143 0 133 52 175 143 35
Binary 1 10010100 1101 1100011 0 1011011 101010 1111101 1100011 11101

Color Harmonies of #01940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01940D

Black with #01940D

Text Example


Text Example

White with #01940D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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