Html Css Color HEX #019301 Islamic Green

📋 copy color: '#019301'

red 1 ◦ green 147 ◦ blue 1

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

Shades of Islamic Green #019301

Tints of Islamic Green #019301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 98.66%

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 0.67%
G = 98.66%
B = 0.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#019301 (or 0x019301) is known color: Islamic Green. HEX triplet: 01, 93 and 01. RGB value is (1,147,1). Sum of RGB (Red+Green+Blue) = 1+147+1=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 147 (57.81% from 255 or 98.66% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 147 - color contains mainly: green. Hex color #019301 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019301 is #FE6CFE. Grayscale: #575757. Windows color (decimal): -16674047 or 103169. OLE color: 103169.

HSL color Cylindrical-coordinate representation of color #019301: hue angle of 120º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019301 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 147 1 -
CMYK 0.99 0 0.99 0.42
HSL 120º 0.99% 0.29% -
HSV(B) 120º 0.99% 0.58% -
XYZ 10.45 20.88 3.51 -
YUV 86.7 79.63 66.87 -
System Red Green Blue C M Y K H S L
Decimal 1 147 1 0.99 0 0.99 0.42 120 0.99 0.29
Hex 1 93 1 63 0 63 2A 78 63 1D
Octal 1 223 1 143 0 143 52 170 143 35
Binary 1 10010011 1 1100011 0 1100011 101010 1111000 1100011 11101

Color Harmonies of #019301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019301

Black with #019301

Text Example


Text Example

White with #019301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019301; }

 p { color: rgb(1,147,1); }

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

background-color css

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

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

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

border-color css

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

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

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