#03B40D

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

Shades of Islamic Green #03B40D

Tints of Islamic Green #03B40D

Color information

#03B40D (or 0x03B40D) is unknown color: approx Islamic Green. HEX triplet: 03, B4 and 0D. RGB value is (3,180,13). Sum of RGB (Red+Green+Blue) = 3+180+13=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 180 (70.70% from 255 or 91.84% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 180 - color contains mainly: green. Hex color #03B40D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03B40D is #FC4BF2. Grayscale: #6C6C6C. Windows color (decimal): -16534515 or 898051. OLE color: 898051.

HSL color Cylindrical-coordinate representation of color #03B40D: hue angle of 123.39º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B40D is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB318013-
CMYK0.9800.930.29
HSL123.39º96.72%35.88%-
HSV(B)123.39º98.33%70.59%-
XYZ16.4332.695.82-
YUV108.0474.3653.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.53%
GREEN value IS 180 (70.70% from 255) = 91.84%
BLUE value IS 13 (5.47% from 255) = 6.63%
R=1.53%
G=91.84%
B=6.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3180130.9800.930.29123.3996.7235.88
Hex3B4D6205D1D7b6124
Octal32641514201353517314144
Binary111011010011011100010010111011110111110111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B40D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03B40D; }

 p { color: rgb(3,180,13); }

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

<style>
 a { background-color: #03B40D; }

 a { background-color: rgb(3,180,13); }

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

<style>
 span { border-color: #03B40D; }

 span { border-color: rgb(3,180,13); }

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