Html Css Color HEX #048D1A Islamic Green

📋 copy color: '#048D1A'

red 4 ◦ green 141 ◦ blue 26

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

Shades of Islamic Green #048D1A

Tints of Islamic Green #048D1A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 82.46%

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

R = 2.34%
G = 82.46%
B = 15.2%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#048D1A (or 0x048D1A) is known color: Islamic Green. HEX triplet: 04, 8D and 1A. RGB value is (4,141,26). Sum of RGB (Red+Green+Blue) = 4+141+26=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 141 (55.47% from 255 or 82.46% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 141 - color contains mainly: green. Hex color #048D1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048D1A is #FB72E5. Grayscale: #575757. Windows color (decimal): -16478950 or 1740036. OLE color: 1740036.

HSL color Cylindrical-coordinate representation of color #048D1A: hue angle of 129.64º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048D1A is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 141 26 -
CMYK 0.97 0 0.82 0.45
HSL 129.64º 0.94% 0.28% -
HSV(B) 129.64º 0.97% 0.55% -
XYZ 9.76 19.15 4.16 -
YUV 86.93 93.61 68.85 -
System Red Green Blue C M Y K H S L
Decimal 4 141 26 0.97 0 0.82 0.45 129.64 0.94 0.28
Hex 4 8D 1A 61 0 52 2D 82 5E 1C
Octal 4 215 32 141 0 122 55 202 136 34
Binary 100 10001101 11010 1100001 0 1010010 101101 10000010 1011110 11100

Color Harmonies of #048D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D1A

Black with #048D1A

Text Example


Text Example

White with #048D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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