#03B415

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

Shades of Islamic Green #03B415

Tints of Islamic Green #03B415

Color information

#03B415 (or 0x03B415) is unknown color: approx Islamic Green. HEX triplet: 03, B4 and 15. RGB value is (3,180,21). Sum of RGB (Red+Green+Blue) = 3+180+21=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 180 (70.70% from 255 or 88.24% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 180 - color contains mainly: green. Hex color #03B415 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03B415 is #FC4BEA. Grayscale: #6D6D6D. Windows color (decimal): -16534507 or 1422339. OLE color: 1422339.

HSL color Cylindrical-coordinate representation of color #03B415: hue angle of 126.1º 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 #03B415 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB318021-
CMYK0.9800.880.29
HSL126.1º96.72%35.88%-
HSV(B)126.1º98.33%70.59%-
XYZ16.4932.726.15-
YUV108.9578.3652.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.47%
GREEN value IS 180 (70.70% from 255) = 88.24%
BLUE value IS 21 (8.59% from 255) = 10.29%
R=1.47%
G=88.24%
B=10.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3180210.9800.880.29126.196.7235.88
Hex3B415620581D7e6124
Octal32642514201303517614144
Binary1110110100101011100010010110001110111111101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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