Html Css Color HEX #019E1E Islamic Green

📋 copy color: '#019E1E'

red 1 ◦ green 158 ◦ blue 30

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

Shades of Islamic Green #019E1E

Tints of Islamic Green #019E1E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 83.6%

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

R = 0.53%
G = 83.6%
B = 15.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#019E1E (or 0x019E1E) is known color: Islamic Green. HEX triplet: 01, 9E and 1E. RGB value is (1,158,30). Sum of RGB (Red+Green+Blue) = 1+158+30=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 158 (62.11% from 255 or 83.60% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 158 - color contains mainly: green. Hex color #019E1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019E1E is #FE61E1. Grayscale: #606060. Windows color (decimal): -16671202 or 2006529. OLE color: 2006529.

HSL color Cylindrical-coordinate representation of color #019E1E: hue angle of 131.08º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019E1E is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 158 30 -
CMYK 0.99 0 0.81 0.38
HSL 131.08º 0.99% 0.31% -
HSV(B) 131.08º 0.99% 0.62% -
XYZ 12.47 24.55 5.31 -
YUV 96.47 90.49 59.91 -
System Red Green Blue C M Y K H S L
Decimal 1 158 30 0.99 0 0.81 0.38 131.08 0.99 0.31
Hex 1 9E 1E 63 0 51 26 83 63 1F
Octal 1 236 36 143 0 121 46 203 143 37
Binary 1 10011110 11110 1100011 0 1010001 100110 10000011 1100011 11111

Color Harmonies of #019E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019E1E

Black with #019E1E

Text Example


Text Example

White with #019E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019E1E; }

 p { color: rgb(1,158,30); }

 H1.HeaderClassName
 {
   color: #019E1E;
 }
 .AnyTagClassName
 {
   color: #019E1E;
 }
</style>

background-color css

<style>
 a { background-color: #019E1E; }

 a { background-color: rgb(1,158,30); }

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

border-color css

<style>
 span { border-color: #019E1E; }

 span { border-color: rgb(1,158,30); }

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