Html Css Color HEX #04941C Islamic Green

📋 copy color: '#04941C'

red 4 ◦ green 148 ◦ blue 28

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

Shades of Islamic Green #04941C

Tints of Islamic Green #04941C

RGB

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

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

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

R = 2.22%
G = 82.22%
B = 15.56%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#04941C (or 0x04941C) is known color: Islamic Green. HEX triplet: 04, 94 and 1C. RGB value is (4,148,28). Sum of RGB (Red+Green+Blue) = 4+148+28=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 148 (58.20% from 255 or 82.22% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 148 - color contains mainly: green. Hex color #04941C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04941C is #FB6BE3. Grayscale: #5B5B5B. Windows color (decimal): -16477156 or 1872900. OLE color: 1872900.

HSL color Cylindrical-coordinate representation of color #04941C: hue angle of 130º 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 #04941C is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 148 28 -
CMYK 0.97 0 0.81 0.42
HSL 130º 0.95% 0.3% -
HSV(B) 130º 0.97% 0.58% -
XYZ 10.85 21.29 4.64 -
YUV 91.26 92.29 65.76 -
System Red Green Blue C M Y K H S L
Decimal 4 148 28 0.97 0 0.81 0.42 130 0.95 0.3
Hex 4 94 1C 61 0 51 2A 82 5F 1E
Octal 4 224 34 141 0 121 52 202 137 36
Binary 100 10010100 11100 1100001 0 1010001 101010 10000010 1011111 11110

Color Harmonies of #04941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04941C

Black with #04941C

Text Example


Text Example

White with #04941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04941C; }

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

 H1.HeaderClassName
 {
   color: #04941C;
 }
 .AnyTagClassName
 {
   color: #04941C;
 }
</style>

background-color css

<style>
 a { background-color: #04941C; }

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

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

border-color css

<style>
 span { border-color: #04941C; }

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

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