Html Css Color HEX #018D1E Islamic Green

📋 copy color: '#018D1E'

red 1 ◦ green 141 ◦ blue 30

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

Shades of Islamic Green #018D1E

Tints of Islamic Green #018D1E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 81.98%

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

R = 0.58%
G = 81.98%
B = 17.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#018D1E (or 0x018D1E) is known color: Islamic Green. HEX triplet: 01, 8D and 1E. RGB value is (1,141,30). Sum of RGB (Red+Green+Blue) = 1+141+30=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 141 (55.47% from 255 or 81.98% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 141 - color contains mainly: green. Hex color #018D1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018D1E is #FE72E1. Grayscale: #565656. Windows color (decimal): -16675554 or 2002177. OLE color: 2002177.

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

Color convert

RGB 1 141 30 -
CMYK 0.99 0 0.79 0.45
HSL 132.43º 0.99% 0.28% -
HSV(B) 132.43º 0.99% 0.55% -
XYZ 9.77 19.15 4.41 -
YUV 86.49 96.12 67.03 -
System Red Green Blue C M Y K H S L
Decimal 1 141 30 0.99 0 0.79 0.45 132.43 0.99 0.28
Hex 1 8D 1E 63 0 4F 2D 84 63 1C
Octal 1 215 36 143 0 117 55 204 143 34
Binary 1 10001101 11110 1100011 0 1001111 101101 10000100 1100011 11100

Color Harmonies of #018D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018D1E

Black with #018D1E

Text Example


Text Example

White with #018D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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