Html Css Color HEX #019D1F Islamic Green

📋 copy color: '#019D1F'

red 1 ◦ green 157 ◦ blue 31

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

Shades of Islamic Green #019D1F

Tints of Islamic Green #019D1F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 83.07%

 BLUE value IS 31 (12.5% from 255) = 16.4%

R = 0.53%
G = 83.07%
B = 16.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#019D1F (or 0x019D1F) is known color: Islamic Green. HEX triplet: 01, 9D and 1F. RGB value is (1,157,31). Sum of RGB (Red+Green+Blue) = 1+157+31=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 157 (61.72% from 255 or 83.07% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 157 - color contains mainly: green. Hex color #019D1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019D1F is #FE62E0. Grayscale: #606060. Windows color (decimal): -16671457 or 2071809. OLE color: 2071809.

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

Color convert

RGB 1 157 31 -
CMYK 0.99 0 0.80 0.38
HSL 131.54º 0.99% 0.31% -
HSV(B) 131.54º 0.99% 0.62% -
XYZ 12.32 24.22 5.32 -
YUV 95.99 91.32 60.25 -
System Red Green Blue C M Y K H S L
Decimal 1 157 31 0.99 0 0.80 0.38 131.54 0.99 0.31
Hex 1 9D 1F 63 0 50 26 84 63 1F
Octal 1 235 37 143 0 120 46 204 143 37
Binary 1 10011101 11111 1100011 0 1010000 100110 10000100 1100011 11111

Color Harmonies of #019D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019D1F

Black with #019D1F

Text Example


Text Example

White with #019D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,157,31); }

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

background-color css

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

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

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

border-color css

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

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

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