#03B414

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

Shades of Islamic Green #03B414

Tints of Islamic Green #03B414

Color information

#03B414 (or 0x03B414) is unknown color: approx Islamic Green. HEX triplet: 03, B4 and 14. RGB value is (3,180,20). Sum of RGB (Red+Green+Blue) = 3+180+20=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 180 (70.70% from 255 or 88.67% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 180 - color contains mainly: green. Hex color #03B414 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03B414 is #FC4BEB. Grayscale: #6D6D6D. Windows color (decimal): -16534508 or 1356803. OLE color: 1356803.

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

Color convert

RGB318020-
CMYK0.9800.890.29
HSL125.76º96.72%35.88%-
HSV(B)125.76º98.33%70.59%-
XYZ16.4932.716.11-
YUV108.8477.8652.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.48%
GREEN value IS 180 (70.70% from 255) = 88.67%
BLUE value IS 20 (8.20% from 255) = 9.85%
R=1.48%
G=88.67%
B=9.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3180200.9800.890.29125.7696.7235.88
Hex3B414620591D7e6124
Octal32642414201313517614144
Binary1110110100101001100010010110011110111111101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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