Html Css Color HEX #048D0E Islamic Green

📋 copy color: '#048D0E'

red 4 ◦ green 141 ◦ blue 14

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

Shades of Islamic Green #048D0E

Tints of Islamic Green #048D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.81%

R = 2.52%
G = 88.68%
B = 8.81%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#048D0E (or 0x048D0E) is known color: Islamic Green. HEX triplet: 04, 8D and 0E. RGB value is (4,141,14). Sum of RGB (Red+Green+Blue) = 4+141+14=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 141 (55.47% from 255 or 88.68% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 141 - color contains mainly: green. Hex color #048D0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048D0E is #FB72F1. Grayscale: #555555. Windows color (decimal): -16478962 or 953604. OLE color: 953604.

HSL color Cylindrical-coordinate representation of color #048D0E: hue angle of 124.38º 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 #048D0E is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 141 14 -
CMYK 0.97 0 0.90 0.45
HSL 124.38º 0.94% 0.28% -
HSV(B) 124.38º 0.97% 0.55% -
XYZ 9.65 19.11 3.59 -
YUV 85.56 87.61 69.83 -
System Red Green Blue C M Y K H S L
Decimal 4 141 14 0.97 0 0.90 0.45 124.38 0.94 0.28
Hex 4 8D E 61 0 5A 2D 7C 5E 1C
Octal 4 215 16 141 0 132 55 174 136 34
Binary 100 10001101 1110 1100001 0 1011010 101101 1111100 1011110 11100

Color Harmonies of #048D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D0E

Black with #048D0E

Text Example


Text Example

White with #048D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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