Html Css Color HEX #049F1A Islamic Green

📋 copy color: '#049F1A'

red 4 ◦ green 159 ◦ blue 26

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

Shades of Islamic Green #049F1A

Tints of Islamic Green #049F1A

RGB

 RED value IS 4 (1.95% from 255) = 2.12%

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

 BLUE value IS 26 (10.55% from 255) = 13.76%

R = 2.12%
G = 84.13%
B = 13.76%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#049F1A (or 0x049F1A) is known color: Islamic Green. HEX triplet: 04, 9F and 1A. RGB value is (4,159,26). Sum of RGB (Red+Green+Blue) = 4+159+26=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 159 (62.5% from 255 or 84.13% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 159 - color contains mainly: green. Hex color #049F1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049F1A is #FB60E5. Grayscale: #616161. Windows color (decimal): -16474342 or 1744644. OLE color: 1744644.

HSL color Cylindrical-coordinate representation of color #049F1A: hue angle of 128.52º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049F1A is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 159 26 -
CMYK 0.97 0 0.84 0.38
HSL 128.52º 0.95% 0.32% -
HSV(B) 128.52º 0.97% 0.62% -
XYZ 12.63 24.9 5.12 -
YUV 97.49 87.65 61.31 -
System Red Green Blue C M Y K H S L
Decimal 4 159 26 0.97 0 0.84 0.38 128.52 0.95 0.32
Hex 4 9F 1A 61 0 54 26 81 5F 20
Octal 4 237 32 141 0 124 46 201 137 40
Binary 100 10011111 11010 1100001 0 1010100 100110 10000001 1011111 100000

Color Harmonies of #049F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049F1A

Black with #049F1A

Text Example


Text Example

White with #049F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049F1A; }

 p { color: rgb(4,159,26); }

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

background-color css

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

 a { background-color: rgb(4,159,26); }

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

border-color css

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

 span { border-color: rgb(4,159,26); }

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