Html Css Color HEX #1E9400 Islamic Green

📋 copy color: '#1E9400'

red 30 ◦ green 148 ◦ blue 0

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

Shades of Islamic Green #1E9400

Tints of Islamic Green #1E9400

RGB

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

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

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

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

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 30 148 0 -
CMYK 0.80 0 1 0.42
HSL 107.84º 1% 0.29% -
HSV(B) 107.84º 1% 0.58% -
XYZ 11.13 21.46 3.56 -
YUV 95.85 73.91 81.03 -
System Red Green Blue C M Y K H S L
Decimal 30 148 0 0.80 0 1 0.42 107.84 1 0.29
Hex 1E 94 0 50 0 64 2A 6C 64 1D
Octal 36 224 0 120 0 144 52 154 144 35
Binary 11110 10010100 0 1010000 0 1100100 101010 1101100 1100100 11101

Color Harmonies of #1E9400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9400

Black with #1E9400

Text Example


Text Example

White with #1E9400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E9400; }

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

 H1.HeaderClassName
 {
   color: #1E9400;
 }
 .AnyTagClassName
 {
   color: #1E9400;
 }
</style>

background-color css

<style>
 a { background-color: #1E9400; }

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

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

border-color css

<style>
 span { border-color: #1E9400; }

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

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