#03B10F

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

Shades of Islamic Green #03B10F

Tints of Islamic Green #03B10F

Color information

#03B10F (or 0x03B10F) is unknown color: approx Islamic Green. HEX triplet: 03, B1 and 0F. RGB value is (3,177,15). Sum of RGB (Red+Green+Blue) = 3+177+15=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 177 (69.53% from 255 or 90.77% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 177 - color contains mainly: green. Hex color #03B10F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03B10F is #FC4EF0. Grayscale: #6A6A6A. Windows color (decimal): -16535281 or 1028355. OLE color: 1028355.

HSL color Cylindrical-coordinate representation of color #03B10F: hue angle of 124.14º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B10F is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB317715-
CMYK0.9800.920.31
HSL124.14º96.67%35.29%-
HSV(B)124.14º98.31%69.41%-
XYZ15.8531.55.7-
YUV106.5176.3554.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.54%
GREEN value IS 177 (69.53% from 255) = 90.77%
BLUE value IS 15 (6.25% from 255) = 7.69%
R=1.54%
G=90.77%
B=7.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal3177150.9800.920.31124.1496.6735.29
Hex3B1F6205C1F7c6123
Octal32611714201343717414143
Binary111011000111111100010010111001111111111001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,177,15); }

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

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

 a { background-color: rgb(3,177,15); }

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

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

 span { border-color: rgb(3,177,15); }

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