#03A211

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

Shades of Islamic Green #03A211

Tints of Islamic Green #03A211

Color information

#03A211 (or 0x03A211) is unknown color: approx Islamic Green. HEX triplet: 03, A2 and 11. RGB value is (3,162,17). Sum of RGB (Red+Green+Blue) = 3+162+17=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 162 (63.67% from 255 or 89.01% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 162 - color contains mainly: green. Hex color #03A211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03A211 is #FC5DEE. Grayscale: #626262. Windows color (decimal): -16539119 or 1155587. OLE color: 1155587.

HSL color Cylindrical-coordinate representation of color #03A211: hue angle of 125.28º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A211 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB316217-
CMYK0.9800.900.36
HSL125.28º96.36%32.35%-
HSV(B)125.28º98.15%63.53%-
XYZ13.0625.94.84-
YUV97.9382.3260.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.65%
GREEN value IS 162 (63.67% from 255) = 89.01%
BLUE value IS 17 (7.03% from 255) = 9.34%
R=1.65%
G=89.01%
B=9.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3162170.9800.900.36125.2896.3632.35
Hex3A2116205A247d6020
Octal32422114201324417514040
Binary11101000101000111000100101101010010011111011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,162,17); }

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

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

 a { background-color: rgb(3,162,17); }

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

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

 span { border-color: rgb(3,162,17); }

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