Html Css Color HEX #00941E Islamic Green

📋 copy color: '#00941E'

red 0 ◦ green 148 ◦ blue 30

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

Shades of Islamic Green #00941E

Tints of Islamic Green #00941E

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 83.15%
B = 16.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#00941E (or 0x00941E) is known color: Islamic Green. HEX triplet: 00, 94 and 1E. RGB value is (0,148,30). Sum of RGB (Red+Green+Blue) = 0+148+30=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 148 (58.20% from 255 or 83.15% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 148 - color contains mainly: green. Hex color #00941E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00941E is #FF6BE1. Grayscale: #5A5A5A. Windows color (decimal): -16739298 or 2003968. OLE color: 2003968.

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

Color convert

RGB 0 148 30 -
CMYK 1 0 0.80 0.42
HSL 132.16º 1% 0.29% -
HSV(B) 132.16º 1% 0.58% -
XYZ 10.82 21.27 4.76 -
YUV 90.3 93.97 63.59 -
System Red Green Blue C M Y K H S L
Decimal 0 148 30 1 0 0.80 0.42 132.16 1 0.29
Hex 0 94 1E 64 0 50 2A 84 64 1D
Octal 0 224 36 144 0 120 52 204 144 35
Binary 0 10010100 11110 1100100 0 1010000 101010 10000100 1100100 11101

Color Harmonies of #00941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00941E

Black with #00941E

Text Example


Text Example

White with #00941E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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