Html Css Color HEX #019020 Islamic Green

📋 copy color: '#019020'

red 1 ◦ green 144 ◦ blue 32

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

Shades of Islamic Green #019020

Tints of Islamic Green #019020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 81.36%

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

R = 0.56%
G = 81.36%
B = 18.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#019020 (or 0x019020) is known color: Islamic Green. HEX triplet: 01, 90 and 20. RGB value is (1,144,32). Sum of RGB (Red+Green+Blue) = 1+144+32=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 144 (56.64% from 255 or 81.36% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 144 - color contains mainly: green. Hex color #019020 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019020 is #FE6FDF. Grayscale: #585858. Windows color (decimal): -16674784 or 2134017. OLE color: 2134017.

HSL color Cylindrical-coordinate representation of color #019020: hue angle of 133.01º 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 #019020 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 144 32 -
CMYK 0.99 0 0.78 0.44
HSL 133.01º 0.99% 0.28% -
HSV(B) 133.01º 0.99% 0.56% -
XYZ 10.25 20.06 4.7 -
YUV 88.48 96.12 65.61 -
System Red Green Blue C M Y K H S L
Decimal 1 144 32 0.99 0 0.78 0.44 133.01 0.99 0.28
Hex 1 90 20 63 0 4E 2C 85 63 1C
Octal 1 220 40 143 0 116 54 205 143 34
Binary 1 10010000 100000 1100011 0 1001110 101100 10000101 1100011 11100

Color Harmonies of #019020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019020

Black with #019020

Text Example


Text Example

White with #019020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019020; }

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

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

background-color css

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

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

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

border-color css

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

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

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