Html Css Color HEX #04940F Islamic Green

📋 copy color: '#04940F'

red 4 ◦ green 148 ◦ blue 15

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

Shades of Islamic Green #04940F

Tints of Islamic Green #04940F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 88.62%

 BLUE value IS 15 (6.25% from 255) = 8.98%

R = 2.4%
G = 88.62%
B = 8.98%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#04940F (or 0x04940F) is known color: Islamic Green. HEX triplet: 04, 94 and 0F. RGB value is (4,148,15). Sum of RGB (Red+Green+Blue) = 4+148+15=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 148 (58.20% from 255 or 88.62% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 148 - color contains mainly: green. Hex color #04940F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04940F is #FB6BF0. Grayscale: #5A5A5A. Windows color (decimal): -16477169 or 1020932. OLE color: 1020932.

HSL color Cylindrical-coordinate representation of color #04940F: hue angle of 124.58º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04940F is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 148 15 -
CMYK 0.97 0 0.90 0.42
HSL 124.58º 0.95% 0.3% -
HSV(B) 124.58º 0.97% 0.58% -
XYZ 10.73 21.24 3.99 -
YUV 89.78 85.79 66.81 -
System Red Green Blue C M Y K H S L
Decimal 4 148 15 0.97 0 0.90 0.42 124.58 0.95 0.3
Hex 4 94 F 61 0 5A 2A 7D 5F 1E
Octal 4 224 17 141 0 132 52 175 137 36
Binary 100 10010100 1111 1100001 0 1011010 101010 1111101 1011111 11110

Color Harmonies of #04940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04940F

Black with #04940F

Text Example


Text Example

White with #04940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04940F; }

 p { color: rgb(4,148,15); }

 H1.HeaderClassName
 {
   color: #04940F;
 }
 .AnyTagClassName
 {
   color: #04940F;
 }
</style>

background-color css

<style>
 a { background-color: #04940F; }

 a { background-color: rgb(4,148,15); }

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

border-color css

<style>
 span { border-color: #04940F; }

 span { border-color: rgb(4,148,15); }

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