Html Css Color HEX #01941C Islamic Green

📋 copy color: '#01941C'

red 1 ◦ green 148 ◦ blue 28

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

Shades of Islamic Green #01941C

Tints of Islamic Green #01941C

RGB

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

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

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

R = 0.56%
G = 83.62%
B = 15.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#01941C (or 0x01941C) is known color: Islamic Green. HEX triplet: 01, 94 and 1C. RGB value is (1,148,28). Sum of RGB (Red+Green+Blue) = 1+148+28=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 148 (58.20% from 255 or 83.62% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 148 - color contains mainly: green. Hex color #01941C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01941C is #FE6BE3. Grayscale: #5A5A5A. Windows color (decimal): -16673764 or 1872897. OLE color: 1872897.

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

Color convert

RGB 1 148 28 -
CMYK 0.99 0 0.81 0.42
HSL 131.02º 0.99% 0.29% -
HSV(B) 131.02º 0.99% 0.58% -
XYZ 10.81 21.27 4.63 -
YUV 90.37 92.8 64.26 -
System Red Green Blue C M Y K H S L
Decimal 1 148 28 0.99 0 0.81 0.42 131.02 0.99 0.29
Hex 1 94 1C 63 0 51 2A 83 63 1D
Octal 1 224 34 143 0 121 52 203 143 35
Binary 1 10010100 11100 1100011 0 1010001 101010 10000011 1100011 11101

Color Harmonies of #01941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01941C

Black with #01941C

Text Example


Text Example

White with #01941C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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