Html Css Color HEX #019B20 Islamic Green

📋 copy color: '#019B20'

red 1 ◦ green 155 ◦ blue 32

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

Shades of Islamic Green #019B20

Tints of Islamic Green #019B20

RGB

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

 GREEN value IS 155 (60.94% from 255) = 82.45%

 BLUE value IS 32 (12.89% from 255) = 17.02%

R = 0.53%
G = 82.45%
B = 17.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#019B20 (or 0x019B20) is known color: Islamic Green. HEX triplet: 01, 9B and 20. RGB value is (1,155,32). Sum of RGB (Red+Green+Blue) = 1+155+32=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 155 (60.94% from 255 or 82.45% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 155 - color contains mainly: green. Hex color #019B20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019B20 is #FE64DF. Grayscale: #5F5F5F. Windows color (decimal): -16671968 or 2136833. OLE color: 2136833.

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

Color convert

RGB 1 155 32 -
CMYK 0.99 0 0.79 0.39
HSL 132.08º 0.99% 0.31% -
HSV(B) 132.08º 0.99% 0.61% -
XYZ 11.99 23.55 5.28 -
YUV 94.93 92.48 61 -
System Red Green Blue C M Y K H S L
Decimal 1 155 32 0.99 0 0.79 0.39 132.08 0.99 0.31
Hex 1 9B 20 63 0 4F 27 84 63 1F
Octal 1 233 40 143 0 117 47 204 143 37
Binary 1 10011011 100000 1100011 0 1001111 100111 10000100 1100011 11111

Color Harmonies of #019B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019B20

Black with #019B20

Text Example


Text Example

White with #019B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,155,32); }

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

background-color css

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

 a { background-color: rgb(1,155,32); }

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

border-color css

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

 span { border-color: rgb(1,155,32); }

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