Html Css Color HEX #019F1C Islamic Green

📋 copy color: '#019F1C'

red 1 ◦ green 159 ◦ blue 28

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

Shades of Islamic Green #019F1C

Tints of Islamic Green #019F1C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 84.57%

 BLUE value IS 28 (11.33% from 255) = 14.89%

R = 0.53%
G = 84.57%
B = 14.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#019F1C (or 0x019F1C) is known color: Islamic Green. HEX triplet: 01, 9F and 1C. RGB value is (1,159,28). Sum of RGB (Red+Green+Blue) = 1+159+28=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 159 (62.5% from 255 or 84.57% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 159 - color contains mainly: green. Hex color #019F1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019F1C is #FE60E3. Grayscale: #616161. Windows color (decimal): -16670948 or 1875713. OLE color: 1875713.

HSL color Cylindrical-coordinate representation of color #019F1C: hue angle of 130.25º 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 #019F1C is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 159 28 -
CMYK 0.99 0 0.82 0.38
HSL 130.25º 0.99% 0.31% -
HSV(B) 130.25º 0.99% 0.62% -
XYZ 12.62 24.89 5.24 -
YUV 96.82 89.15 59.65 -
System Red Green Blue C M Y K H S L
Decimal 1 159 28 0.99 0 0.82 0.38 130.25 0.99 0.31
Hex 1 9F 1C 63 0 52 26 82 63 1F
Octal 1 237 34 143 0 122 46 202 143 37
Binary 1 10011111 11100 1100011 0 1010010 100110 10000010 1100011 11111

Color Harmonies of #019F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019F1C

Black with #019F1C

Text Example


Text Example

White with #019F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,159,28); }

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

background-color css

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

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

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

border-color css

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

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

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