#03B412

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

Shades of Islamic Green #03B412

Tints of Islamic Green #03B412

Color information

#03B412 (or 0x03B412) is unknown color: approx Islamic Green. HEX triplet: 03, B4 and 12. RGB value is (3,180,18). Sum of RGB (Red+Green+Blue) = 3+180+18=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 180 (70.70% from 255 or 89.55% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 180 - color contains mainly: green. Hex color #03B412 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03B412 is #FC4BED. Grayscale: #6D6D6D. Windows color (decimal): -16534510 or 1225731. OLE color: 1225731.

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

Color convert

RGB318018-
CMYK0.9800.90.29
HSL125.08º96.72%35.88%-
HSV(B)125.08º98.33%70.59%-
XYZ16.4732.716.02-
YUV108.6176.8652.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 180 (70.70% from 255) = 89.55%
BLUE value IS 18 (7.42% from 255) = 8.96%
R=1.49%
G=89.55%
B=8.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3180180.9800.90.29125.0896.7235.88
Hex3B4126205A1D7d6124
Octal32642214201323517514144
Binary1110110100100101100010010110101110111111011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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