Html Css Color HEX #018D1B Islamic Green

📋 copy color: '#018D1B'

red 1 ◦ green 141 ◦ blue 27

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

Shades of Islamic Green #018D1B

Tints of Islamic Green #018D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.98%

R = 0.59%
G = 83.43%
B = 15.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#018D1B (or 0x018D1B) is known color: Islamic Green. HEX triplet: 01, 8D and 1B. RGB value is (1,141,27). Sum of RGB (Red+Green+Blue) = 1+141+27=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 141 (55.47% from 255 or 83.43% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 141 - color contains mainly: green. Hex color #018D1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018D1B is #FE72E4. Grayscale: #565656. Windows color (decimal): -16675557 or 1805569. OLE color: 1805569.

HSL color Cylindrical-coordinate representation of color #018D1B: hue angle of 131.14º 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 #018D1B is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 141 27 -
CMYK 0.99 0 0.81 0.45
HSL 131.14º 0.99% 0.28% -
HSV(B) 131.14º 0.99% 0.55% -
XYZ 9.74 19.14 4.22 -
YUV 86.14 94.62 67.27 -
System Red Green Blue C M Y K H S L
Decimal 1 141 27 0.99 0 0.81 0.45 131.14 0.99 0.28
Hex 1 8D 1B 63 0 51 2D 83 63 1C
Octal 1 215 33 143 0 121 55 203 143 34
Binary 1 10001101 11011 1100011 0 1010001 101101 10000011 1100011 11100

Color Harmonies of #018D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018D1B

Black with #018D1B

Text Example


Text Example

White with #018D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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