#03B60C

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

Shades of Islamic Green #03B60C

Tints of Islamic Green #03B60C

Color information

#03B60C (or 0x03B60C) is unknown color: approx Islamic Green. HEX triplet: 03, B6 and 0C. RGB value is (3,182,12). Sum of RGB (Red+Green+Blue) = 3+182+12=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 182 (71.48% from 255 or 92.39% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 182 - color contains mainly: green. Hex color #03B60C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03B60C is #FC49F3. Grayscale: #6D6D6D. Windows color (decimal): -16534004 or 833027. OLE color: 833027.

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

Color convert

RGB318212-
CMYK0.9800.930.29
HSL123.02º96.76%36.27%-
HSV(B)123.02º98.35%71.37%-
XYZ16.8333.55.93-
YUV109.173.252.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.52%
GREEN value IS 182 (71.48% from 255) = 92.39%
BLUE value IS 12 (5.08% from 255) = 6.09%
R=1.52%
G=92.39%
B=6.09%

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
Decimal3182120.9800.930.29123.0296.7636.27
Hex3B6C6205D1D7b6124
Octal32661414201353517314144
Binary111011011011001100010010111011110111110111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,182,12); }

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

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

 a { background-color: rgb(3,182,12); }

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

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

 span { border-color: rgb(3,182,12); }

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