#03941D

Color #03941D Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #03941D

Tints of Islamic Green #03941D

Color information

#03941D (or 0x03941D) is unknown color: approx Islamic Green. HEX triplet: 03, 94 and 1D. RGB value is (3,148,29). Sum of RGB (Red+Green+Blue) = 3+148+29=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 148 (58.20% from 255 or 82.22% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 148 - color contains mainly: green. Hex color #03941D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03941D is #FC6BE2. Grayscale: #5B5B5B. Windows color (decimal): -16542691 or 1938435. OLE color: 1938435.

HSL color Cylindrical-coordinate representation of color #03941D: hue angle of 130.76º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03941D is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB314829-
CMYK0.9800.800.42
HSL130.76º96.03%29.61%-
HSV(B)130.76º97.97%58.04%-
XYZ10.8521.294.7-
YUV91.0892.9665.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.67%
GREEN value IS 148 (58.20% from 255) = 82.22%
BLUE value IS 29 (11.72% from 255) = 16.11%
R=1.67%
G=82.22%
B=16.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3148290.9800.800.42130.7696.0329.61
Hex3941D620502A83601e
Octal32243514201205220314036
Binary11100101001110111000100101000010101010000011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03941D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03941D; }

 p { color: rgb(3,148,29); }

 H1.HeaderClassName
 {
   color: #03941D;
 }
 .AnyTagClassName
 {
   color: #03941D;
 }
</style>
background-color css

<style>
 a { background-color: #03941D; }

 a { background-color: rgb(3,148,29); }

 div.DivClassName
 {
   background-color: #03941D;
 }
 .BgClassName
 {
   background-color: #03941D;
 }
</style>
border-color css

<style>
 span { border-color: #03941D; }

 span { border-color: rgb(3,148,29); }

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