Html Css Color HEX #018E1E Islamic Green

📋 copy color: '#018E1E'

red 1 ◦ green 142 ◦ blue 30

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

Shades of Islamic Green #018E1E

Tints of Islamic Green #018E1E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 82.08%

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

R = 0.58%
G = 82.08%
B = 17.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#018E1E (or 0x018E1E) is known color: Islamic Green. HEX triplet: 01, 8E and 1E. RGB value is (1,142,30). Sum of RGB (Red+Green+Blue) = 1+142+30=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 142 (55.86% from 255 or 82.08% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 142 - color contains mainly: green. Hex color #018E1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018E1E is #FE71E1. Grayscale: #575757. Windows color (decimal): -16675298 or 2002433. OLE color: 2002433.

HSL color Cylindrical-coordinate representation of color #018E1E: hue angle of 132.34º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018E1E is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 142 30 -
CMYK 0.99 0 0.79 0.44
HSL 132.34º 0.99% 0.28% -
HSV(B) 132.34º 0.99% 0.56% -
XYZ 9.92 19.45 4.46 -
YUV 87.07 95.79 66.61 -
System Red Green Blue C M Y K H S L
Decimal 1 142 30 0.99 0 0.79 0.44 132.34 0.99 0.28
Hex 1 8E 1E 63 0 4F 2C 84 63 1C
Octal 1 216 36 143 0 117 54 204 143 34
Binary 1 10001110 11110 1100011 0 1001111 101100 10000100 1100011 11100

Color Harmonies of #018E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018E1E

Black with #018E1E

Text Example


Text Example

White with #018E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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